Skip to content

Commit

Permalink
create .nojekyll file in OUT_DIR (#84)
Browse files Browse the repository at this point in the history
This tells GitHub this is not a Jekyll site. This way GitHub does not attempt to build it with Jekyll resulting in faster deployments.
  • Loading branch information
eugene-babichenko authored Jun 30, 2024
1 parent 9c5ce0c commit 1129fff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ main() {
echo "Pushing artifacts to ${TARGET_REPOSITORY}:$remote_branch"

cd "${OUT_DIR}"

touch .nojekyll

git init
git config user.name "GitHub Actions"
git config user.email "github-actions-bot@users.noreply.${GITHUB_HOSTNAME}"
Expand Down

0 comments on commit 1129fff

Please sign in to comment.