Skip to content

Commit

Permalink
fix: add diagnostic commands to workflow before running quartodoc
Browse files Browse the repository at this point in the history
  • Loading branch information
dakshpokar committed Dec 6, 2024
1 parent 0630e87 commit 21fb9bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:

- name: Run quartodoc
run: |
source .venv/bin/activate
which python
poetry run pip list
cd docs
poetry run quartodoc build --verbose
poetry run quartodoc interlinks
Expand Down

0 comments on commit 21fb9bc

Please sign in to comment.