Skip to content

Commit 54a4c4e

Browse files
committed
Fix VERSION
1 parent bf75713 commit 54a4c4e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
- name: Update VERSION
4444
if: env.tag != 'devel' && env.latest == 1
4545
run: |
46-
echo $tag > gh-pages/VERSION
46+
echo $'---\npermalink: /VERSION\ntitle: "VERSION"\n---\n' > gh-pages/VERSION.md
47+
echo $tag >> gh-pages/VERSION
4748
4849
- name: Update CHANGELOG
4950
if: env.latest == 1 # don't overwrite for backport versions

0 commit comments

Comments
 (0)