Skip to content

Commit

Permalink
Restore .nojekyll
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Sep 22, 2024
1 parent 8e24851 commit 577850b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/ci_deploy_website.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ cp -rf * $destdir/mapserver.github.io

cd $destdir/mapserver.github.io

# restore README.md from the last commit
# restore README.md and .nojekyll from the last commit
git checkout HEAD -- README.md
git checkout HEAD -- .nojekyll

git config user.email "mapserverbot@mapserver.bot"
git config user.name "MapServer deploybot"
Expand Down

0 comments on commit 577850b

Please sign in to comment.