Skip to content

Commit

Permalink
Move tutorials make to main sphinx makefile, update website workflow …
Browse files Browse the repository at this point in the history
…accordingly
  • Loading branch information
dylanhmorris committed Sep 28, 2024
1 parent 9020858 commit 3a3a566
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# which is then uploaded as an artifact.
- name: Render documents
run: |
cd docs/source/tutorials
cd docs
poetry run make tutorials_clean
poetry run make tutorials_md
Expand Down Expand Up @@ -84,7 +84,9 @@ jobs:

# Building
- name: Build HTML using Poetry
run: poetry run sphinx-build -M html docs/source/ docs/build/
run: |
cd docs
poetry run make html
# Upload
- name: Upload artifacts
Expand Down

0 comments on commit 3a3a566

Please sign in to comment.