Skip to content

Commit

Permalink
Adds support for bypassing GitHub Pages Jekyll processing (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohandebsarkar authored Jul 2, 2022
1 parent 7c742c5 commit 6b61236
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@ find . -maxdepth 1 ! -name '_site' ! -name '.git' ! -name 'CNAME' ! -name '.giti
mv _site/* .
rm -R _site/

# Create `.nojekyll` file (bypass GitHub Pages Jekyll processing)
touch .nojekyll

# Push to DEPLOY_BRANCH
git add -fA
git commit --allow-empty -m "$(git log -1 --pretty=%B) [ci skip]"
Expand Down

0 comments on commit 6b61236

Please sign in to comment.