Skip to content

Commit

Permalink
chore: docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescalam committed Aug 31, 2024
1 parent 4a41b58 commit 6429816
Show file tree
Hide file tree
Showing 3 changed files with 749 additions and 680 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,10 @@ jobs:
cache: poetry
- name: Install dependencies
run: |
poetry install
pip install -r docs/source/requirements.txt
poetry install --all-extras
- name: Build docs
run: |
sphinx-build -M html docs/source docs/build
poetry run sphinx-build -M html docs/source docs/build
- name: Authenticate to Google Cloud
id: auth
uses: google-github-actions/auth@v2
Expand Down
Loading

0 comments on commit 6429816

Please sign in to comment.