Skip to content

Commit a4424aa

Browse files
authored
Merge pull request #11 from nash-io/gh-pages-fix
gh-pages fix: bypass jekyll, allow files with underscore
2 parents 76f0cb0 + f962cd2 commit a4424aa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ 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+
27+
- run: touch docs/.nojekyll
2128
- name: Deploy docs 🚀
2229
uses: JamesIves/github-pages-deploy-action@releases/v3
2330
with:

0 commit comments

Comments
 (0)