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 pecey committed Jan 27, 2023
1 parent 6303f10 commit d02467f
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 d02467f

Please sign in to comment.