Skip to content

Commit 5bcf79c

Browse files
author
Excodibur
committed
fix doc latest symlink bug
1 parent 75c5c23 commit 5bcf79c

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
@@ -75,7 +75,7 @@ jobs:
7575
if: ${{ steps.prepare_tag.outputs.is_latest}}
7676
run: |
7777
echo "tag is latest. need to update latest-symlink in gh-pages branch"
78-
ln -f -s ${{ steps.prepare_tag.outputs.deploy_tag_name }} latest
78+
ln -sfn ${{ steps.prepare_tag.outputs.deploy_tag_name }} latest
7979
8080
- name: Commit changes
8181
uses: EndBug/add-and-commit@v7

0 commit comments

Comments
 (0)