Skip to content

Commit f3a6747

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

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 --no-edit
83+
git commit --amend -m "updated symlink to doc-${{ steps.prepare_tag.outputs.deploy_tag_name }}"
8484
git push gh-pages origin
8585
8686

0 commit comments

Comments
 (0)