Skip to content

Commit

Permalink
cd docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Jan 5, 2025
1 parent d35aa9d commit 6ce4630
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/documentation_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
- name: Check URL links in the docs
shell: bash -el {0}
run: sphinx-build -M linkcheck . _build
run: |
cd docs
make linkcheck
- name: Sphinx build tagged version
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit 6ce4630

Please sign in to comment.