File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,20 +47,20 @@ jobs:
4747 - name : Update VERSION / latest
4848 if : env.TAG != 'devel' && env.LATEST == 1
4949 run : |
50- echo $ '---\npermalink: /VERSION\ntitle: "VERSION"\n---\n' > gh-pages/VERSION.md
50+ echo '---\npermalink: /VERSION\ntitle: "VERSION"\n---\n' > gh-pages/VERSION.md
5151 echo $TAG >> gh-pages/VERSION
5252 ln -s $TAG gh-pages/latest
5353
5454 - name : Update CHANGELOG
5555 if : env.LATEST == 1
5656 run : |
57- echo $ '---\npermalink: /CHANGELOG\ntitle: "CHANGELOG"\n---\n' > gh-pages/CHANGELOG.md
57+ echo '---\npermalink: /CHANGELOG\ntitle: "CHANGELOG"\n---\n' > gh-pages/CHANGELOG.md
5858 cat CHANGELOG.md >> gh-pages/CHANGELOG.md
5959
6060 - name : Update MIGRATING
6161 if : env.LATEST == 1
6262 run : |
63- echo $ '---\npermalink: /MIGRATING\ntitle: "Migrating"\n---\n' > gh-pages/MIGRATING.md
63+ echo '---\npermalink: /MIGRATING\ntitle: "Migrating"\n---\n' > gh-pages/MIGRATING.md
6464 cat MIGRATING.md >> gh-pages/MIGRATING.md
6565
6666 - name : Remove old docs
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ The official ArangoDB JavaScript client for Node.js and the browser.
99
1010## Links
1111
12- - [ API Documentation] ( https://arangodb.github.io/arangojs/latest/modules/_index_ .html )
12+ - [ API Documentation] ( https://arangodb.github.io/arangojs/latest/modules/index .html )
1313
1414- [ Changelog] ( https://arangodb.github.io/arangojs/CHANGELOG )
1515
You can’t perform that action at this time.
0 commit comments