Skip to content

Commit 31fd8c5

Browse files
committed
Call mkdocs directly on deploy
1 parent 8b3a24b commit 31fd8c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
git config user.email "${{ secrets.GH_EMAIL }}"
3434
git remote add gh-token "https://${{ secrets.GH_TOKEN }}@github.com/facelessuser/backrefs.git"
3535
git fetch gh-token && git fetch gh-token gh-pages:gh-pages
36-
python -m mkdocs gh-deploy -v --clean --remote-name gh-token
36+
mkdocs gh-deploy -v --clean --remote-name gh-token
3737
git push gh-token gh-pages
3838
3939
build:

0 commit comments

Comments
 (0)