Skip to content

Commit

Permalink
Adds support for bypassing GitHub Pages Jekyll processing (alshedivat…
Browse files Browse the repository at this point in the history
  • Loading branch information
rohandebsarkar authored and zkotti committed Dec 10, 2022
1 parent 999591b commit 34ff728
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 34ff728

Please sign in to comment.