This commit is contained in:
Alexandre Vicenzi 2020-09-19 21:25:25 +02:00
parent 3fe1ee78b4
commit 8545a74d33

View file

@ -10,9 +10,10 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with:
submodules: true submodules: true
- name: Change path
run: cd docs
- name: Build and Publish - name: Build and Publish
uses: nelsonjchen/gh-pages-pelican-action@master uses: nelsonjchen/gh-pages-pelican-action@master
working-directory: docs
env: env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
PELICAN_CONFIG_FILE: docs/publishconf.py PELICAN_CONFIG_FILE: docs/publishconf.py