Skip to content

Pin MacOS Version in GH Actions (#535) #180

Pin MacOS Version in GH Actions (#535)

Pin MacOS Version in GH Actions (#535) #180

Workflow file for this run

name: Generate Docs
on:
push:
branches: [ master ]
jobs:
docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Python
uses: actions/setup-python@v1
with:
python-version: 3.8
- name: Build
run: |
python -m pip install --upgrade pip
pip install -e .[dev]
make docs
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{secrets.GITHUB_TOKEN}}
publish_dir: docs/_build/html