Skip to content

Commit e2a88b9

Browse files
author
sun
committed
Fix workflow: use python3 -m mkdocs
1 parent 41485a3 commit e2a88b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +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-
mkdocs gh-deploy --force
26+
python3 -m mkdocs gh-deploy --force
2727
env:
2828
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)