We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23032a2 commit 0bbd204Copy full SHA for 0bbd204
.github/workflows/docs.yml
@@ -48,6 +48,7 @@ jobs:
48
run: |
49
echo '---\npermalink: /VERSION\ntitle: "VERSION"\n---\n' > gh-pages/VERSION.md
50
echo $TAG >> gh-pages/VERSION
51
+ unlink gh-pages/latest
52
ln -s $TAG gh-pages/latest
53
54
- name: Update CHANGELOG / MIGRATING
0 commit comments