flex/.github/workflows/pelican-publish.yml

18 lines
381 B
YAML
Raw Normal View History

2020-09-19 19:55:21 +02:00
name: Pelican Build
on:
push:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
submodules: true
- name: Publish
uses: nelsonjchen/gh-pages-pelican-action@master
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
PELICAN_CONFIG_FILE: docs/publishconf.py