Skip to content

Commit 65556b9

Browse files
author
Excodibur
committed
fix gh-pages doc symlink (4)
1 parent 051f728 commit 65556b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
ln -f -s doc-${{ steps.prepare_tag.outputs.deploy_tag_name }} latest
8181
git config user.name Excodibur
8282
git add latest
83-
git commit --amend
83+
git commit --amend --no-edit
8484
git push gh-pages origin
8585
8686

0 commit comments

Comments
 (0)