Skip to content

Commit

Permalink
nojekyl
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfiex committed Nov 10, 2024
1 parent 893547f commit 8d48476
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish2pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
# Create an empty orphan branch named production
git checkout --orphan production
git rm -rf .
# curl command here
echo "curl command here"
touch 404.html
# Create a .nojekyll file to prevent GitHub Pages from processing with Jekyll
touch .nojekyll
Expand Down

0 comments on commit 8d48476

Please sign in to comment.