Skip to content

Commit be8d8ad

Browse files
committed
docs,fix: ...
1 parent 47d5f5a commit be8d8ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/CICD.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@ jobs:
118118
run: |
119119
docker run --rm -v ${PWD}:/mkquartodocs -t mkquartodocs-release:latest \
120120
bash -c "pip install '.[docs]' && python -m mkdocs build --strict"
121-
uv run --group docs mkdocs gh-deploy --force
121+
122+
uv tool install ghp-import
123+
uv tool run ghp-import -n -p -f site
122124
123125
- name: Build package
124126
run: |

0 commit comments

Comments
 (0)