We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f819c commit 7e6986cCopy full SHA for 7e6986c
scripts/ci_deploy_website.sh
@@ -29,8 +29,9 @@ cp -rf * $destdir/mapserver.github.io
29
30
cd $destdir/mapserver.github.io
31
32
-# restore README.md from the last commit
+# restore README.md and .nojekyll from the last commit
33
git checkout HEAD -- README.md
34
+git checkout HEAD -- .nojekyll
35
36
git config user.email "[email protected]"
37
git config user.name "MapServer deploybot"
0 commit comments