Skip to content

Commit

Permalink
Add .nojekyll
Browse files Browse the repository at this point in the history
  • Loading branch information
mloskot committed May 15, 2019
1 parent dd22b03 commit fac6b1a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gdal/doc/.azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
sphinx-build --version
displayName: 'Sphinx version'
- script: |
echo "X $PWD"
cd gdal/doc
make html
displayName: 'Build'
Expand All @@ -31,14 +30,14 @@ jobs:
ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts
displayName: 'Deploy the key'
- script: |
echo "X $PWD"
mv gdal/doc/build/html gdal-docs
cd gdal-docs
git init
git config user.email "[email protected]"
git config user.name "GDAL Bot"
git remote add origin [email protected]:OSGeo/gdal-docs.git
echo "gdal.dev" > CNAME
touch .nojekyll
git add -A
git commit -m "Update with https://github.com/OSGeo/gdal/commit/$BUILD_SOURCEVERSION"
git push -f origin master
Expand Down

0 comments on commit fac6b1a

Please sign in to comment.