Skip to content

Commit 5d156c0

Browse files
authored
Merge pull request #411 from grahamgower/link
Fix 'latest' symlink.
2 parents bad456f + 62d0861 commit 5d156c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
export DEST=`echo ${GITHUB_REF} | sed -e "s/refs\/heads\///g" | sed -e "s/refs\/tags\///g"`
5353
rm -rf $DEST
5454
cp -r ../docs/_build/html $DEST
55-
ln -sf $DEST latest
55+
ln -sfT $DEST latest
5656
5757
- name: Commit and push the docs
5858
if: (!github.event.pull_request)

0 commit comments

Comments
 (0)