Skip to content

Commit 7e6986c

Browse files
geographikagithub-actions[bot]
authored andcommitted
Restore .nojekyll
1 parent 46f819c commit 7e6986c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/ci_deploy_website.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ cp -rf * $destdir/mapserver.github.io
2929

3030
cd $destdir/mapserver.github.io
3131

32-
# restore README.md from the last commit
32+
# restore README.md and .nojekyll from the last commit
3333
git checkout HEAD -- README.md
34+
git checkout HEAD -- .nojekyll
3435

3536
git config user.email "[email protected]"
3637
git config user.name "MapServer deploybot"

0 commit comments

Comments
 (0)