Skip to content

Commit 8961252

Browse files
author
sun
committed
Fix workflow: explicitly install ghp-import
1 parent ef39dce commit 8961252

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ 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
2628
mkdocs gh-pages --force
2729
env:
2830
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)