Skip to content

Commit

Permalink
updated docs wf
Browse files Browse the repository at this point in the history
  • Loading branch information
kwinkunks committed Mar 17, 2023
1 parent 0e028d3 commit a60d78a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,25 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Set up job

- name: Check out repo
- uses: actions/checkout@v3

- name: Set up Python
- uses: actions/setup-python@v4
with:
python-version: "3.10"

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .[docs]
- name: Update Sphinx docs
run: |
cd docs
make html
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down

0 comments on commit a60d78a

Please sign in to comment.