Skip to content

Commit f9baa84

Browse files
committed
Make sure that GitHub does not parse the page using jekyll
1 parent 583713b commit f9baa84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
cd docs
1818
yarn install
1919
yarn build
20+
touch build/.nojekyll
2021
- name: Upload to GitHub Pages
2122
if: github.ref == 'refs/heads/master'
2223
uses: peaceiris/actions-gh-pages@v2.5.0

0 commit comments

Comments
 (0)