We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bad456f + 62d0861 commit 5d156c0Copy full SHA for 5d156c0
1 file changed
.github/workflows/docs.yaml
@@ -52,7 +52,7 @@ jobs:
52
export DEST=`echo ${GITHUB_REF} | sed -e "s/refs\/heads\///g" | sed -e "s/refs\/tags\///g"`
53
rm -rf $DEST
54
cp -r ../docs/_build/html $DEST
55
- ln -sf $DEST latest
+ ln -sfT $DEST latest
56
57
- name: Commit and push the docs
58
if: (!github.event.pull_request)
0 commit comments