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 47d5f5a commit be8d8adCopy full SHA for be8d8ad
.github/workflows/CICD.yml
@@ -118,7 +118,9 @@ jobs:
118
run: |
119
docker run --rm -v ${PWD}:/mkquartodocs -t mkquartodocs-release:latest \
120
bash -c "pip install '.[docs]' && python -m mkdocs build --strict"
121
- uv run --group docs mkdocs gh-deploy --force
+
122
+ uv tool install ghp-import
123
+ uv tool run ghp-import -n -p -f site
124
125
- name: Build package
126
0 commit comments