Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Commit 534a49a

Browse files
committed
Add .nojekyll as a part of gh-pages task
1 parent 68e4352 commit 534a49a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/gh-pages.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ fi
77
git checkout master
88
npm run build:examples
99
cp -r examples/* .
10+
touch .nojekyll
1011
git add -A
1112
git commit -m 'Updating gh-pages'
1213
git push --force origin HEAD:gh-pages

0 commit comments

Comments
 (0)