Skip to content

Commit

Permalink
Set the nojekyll flag
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Jul 6, 2024
1 parent 2ee4c11 commit 4252864
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
mv "${TEMP_DIR}"/public/* ./
rm -rf "${TEMP_DIR}"
echo 'wdes.fr' > CNAME
touch .nojekyll
git add -A
git commit --allow-empty -m "Content update ($(date --utc))"
git push

0 comments on commit 4252864

Please sign in to comment.