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 a85da2b commit f962cd2Copy full SHA for f962cd2
.github/workflows/deploy-gh-pages.yml
@@ -18,6 +18,12 @@ jobs:
18
node-version: '10'
19
- run: yarn install --frozen-lockfile
20
- 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
27
- run: touch docs/.nojekyll
28
- name: Deploy docs 🚀
29
uses: JamesIves/github-pages-deploy-action@releases/v3
0 commit comments