Skip to content
name: build doc
on:
push:
branches:
- doc-test
jobs:
documentation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install mkdocs mkdocs-material mike
- name: Build
run: |
mkdocs build
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
personal_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./site
user_name: 'GitHub Actions'
user_email: '

Check failure on line 29 in .github/workflows/push-gh-pages.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/push-gh-pages.yaml

Invalid workflow file

You have an error in your yaml syntax on line 29