Skip to content

Commit 41485a3

Browse files
author
sun
committed
Fix workflow: use correct command mkdocs gh-deploy
1 parent 8961252 commit 41485a3

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ jobs:
2323
run: |
2424
git config --global user.name "github-actions[bot]"
2525
git config --global user.email "github-actions[bot]@users.noreply.github.com"
26-
# Ensure ghp-import is available
27-
pip install ghp-import
28-
mkdocs gh-pages --force
26+
mkdocs gh-deploy --force
2927
env:
3028
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)