Skip to content

Merge branch 'master' into lb_fix_doc_fishr #580

Merge branch 'master' into lb_fix_doc_fishr

Merge branch 'master' into lb_fix_doc_fishr #580

Workflow file for this run

name: Docs
on:
push:
branches:
- "master"
pull_request:
branches:
- "master"
schedule:
# every two weeks on Monday at 3 am
- cron: "0 3/336 * * 1"
jobs:
docs:
- name: Deploy

Check failure on line 16 in .github/workflows/doc.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/doc.yml

Invalid workflow file

You have an error in your yaml syntax on line 16
uses: peaceiris/actions-gh-pages@v3
if: github.ref == 'refs/heads/master'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs/_build/html