Skip to content

Commit a85da2b

Browse files
committed
gh-pages fix: bypass jekyll, allow files with underscore
1 parent 76f0cb0 commit a85da2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
node-version: '10'
1919
- run: yarn install --frozen-lockfile
2020
- run: yarn doc
21+
- run: touch docs/.nojekyll
2122
- name: Deploy docs 🚀
2223
uses: JamesIves/github-pages-deploy-action@releases/v3
2324
with:

0 commit comments

Comments
 (0)