Skip to content

Add GitHub Action to publish site #1

Add GitHub Action to publish site

Add GitHub Action to publish site #1

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: nelsonjchen/gh-pages-pelican-action@0.1.5
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}