Skip to content

Commit

Permalink
Fix latest symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
pluma4345 committed Jul 31, 2024
1 parent 23032a2 commit 0bbd204
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
run: |
echo '---\npermalink: /VERSION\ntitle: "VERSION"\n---\n' > gh-pages/VERSION.md
echo $TAG >> gh-pages/VERSION
unlink gh-pages/latest
ln -s $TAG gh-pages/latest
- name: Update CHANGELOG / MIGRATING
Expand Down

0 comments on commit 0bbd204

Please sign in to comment.