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 7e3bc69 commit c9e901eCopy full SHA for c9e901e
.github/workflows/docs.yml
@@ -77,7 +77,7 @@ jobs:
77
78
- name: Update Github Deployment
79
uses: bobheadxi/deployments@v1
80
- if: ${{ always() }}
+ if: always()
81
with:
82
step: finish
83
token: ${{ secrets.GITHUB_TOKEN }}
docs/Makefile
@@ -5,6 +5,6 @@
5
# Catch-all target:
6
%: Makefile
7
python version_config.py
8
- python -m quartodoc build
+ python -m quartodoc build --verbose
9
python -m quartodoc interlinks
10
quarto render
0 commit comments