Skip to content

Cleaning house

Cleaning house #21

Workflow file for this run

name: Push Pelican Site to Github Pages
on:
push:
branches:
- source
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- uses: nelsonjchen/gh-pages-pelican-action@0.1.5
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GH_PAGES_BRANCH: master
PELICAN_CONFIG_FILE: publishconf.py