Skip to content

Commit

Permalink
Make buld workflow actually build
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Dec 21, 2023
1 parent 63a6bfa commit 8888e8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
bash .github/scripts/fetch_external_sources.sh
- name: Sphinx build
run: |
sphinx-build -M html . build -b linkcheck
sphinx-build -M html . build
sphinx-build -b linkcheck . linkcheck
- uses: actions/upload-pages-artifact@v3
with:
path: build/html

0 comments on commit 8888e8e

Please sign in to comment.