Skip to content

Commit 6b61236

Browse files
Adds support for bypassing GitHub Pages Jekyll processing (alshedivat#738)
1 parent 7c742c5 commit 6b61236

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bin/deploy

+3
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ find . -maxdepth 1 ! -name '_site' ! -name '.git' ! -name 'CNAME' ! -name '.giti
102102
mv _site/* .
103103
rm -R _site/
104104

105+
# Create `.nojekyll` file (bypass GitHub Pages Jekyll processing)
106+
touch .nojekyll
107+
105108
# Push to DEPLOY_BRANCH
106109
git add -fA
107110
git commit --allow-empty -m "$(git log -1 --pretty=%B) [ci skip]"

0 commit comments

Comments
 (0)