We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b99e44 commit 12babfeCopy full SHA for 12babfe
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Build docs
42
run: |
43
- uv run quartodoc build --verbose && uv run quarto render
+ cd docs && uv run quartodoc build --verbose && uv run quarto render
44
45
- name: Deploy
46
uses: JamesIves/github-pages-deploy-action@v4
0 commit comments