Skip to content

Commit f962cd2

Browse files
committed
temporary fix for broken link
1 parent a85da2b commit f962cd2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy-gh-pages.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ jobs:
1818
node-version: '10'
1919
- run: yarn install --frozen-lockfile
2020
- run: yarn doc
21+
22+
# start: temporary fix for broken link on nash.io/developers
23+
- run: mkdir docs/docs
24+
- run: echo "<a href='https://nash-io.github.io/api-client-typescript/'>Please visit https://nash-io.github.io/api-client-typescript/</a>" > docs/docs/index.html
25+
# end: temporary fix
26+
2127
- run: touch docs/.nojekyll
2228
- name: Deploy docs 🚀
2329
uses: JamesIves/github-pages-deploy-action@releases/v3

0 commit comments

Comments
 (0)