Skip to content

Add GitHub Action to publish site #2

Add GitHub Action to publish site

Add GitHub Action to publish site #2

Workflow file for this run

name: Pelican site CI
on:
# Trigger the workflow on push or pull request,
# but only for the master branch
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: iranzo/gh-pages-pelican-action@1.0.3
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}