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 bf75713 commit 54a4c4eCopy full SHA for 54a4c4e
.github/workflows/docs.yml
@@ -43,7 +43,8 @@ jobs:
43
- name: Update VERSION
44
if: env.tag != 'devel' && env.latest == 1
45
run: |
46
- echo $tag > gh-pages/VERSION
+ echo $'---\npermalink: /VERSION\ntitle: "VERSION"\n---\n' > gh-pages/VERSION.md
47
+ echo $tag >> gh-pages/VERSION
48
49
- name: Update CHANGELOG
50
if: env.latest == 1 # don't overwrite for backport versions
0 commit comments