Skip to content

Commit 2b46dfd

Browse files
committed
creating .nojekyll at the root folder
1 parent 4aea44f commit 2b46dfd

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

scripts/travisPublishDocs.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ mkdir ../gh-pages
99
cp -r doc/_build/html/* ../gh-pages/
1010
cd ../gh-pages
1111

12+
# because of directories starting with underscore
13+
touch .nojekyll
14+
1215
# Add branch
1316
git init
1417
git remote add origin https://${GH_TOKEN}@github.com/hyperwallet/python-sdk.git > /dev/null
@@ -17,4 +20,4 @@ git checkout -B gh-pages
1720
# Push generated files
1821
git add .
1922
git commit -m "Documentation updated"
20-
git push origin gh-pages -fq > /dev/null
23+
git push origin gh-pages -fq > /dev/null

0 commit comments

Comments
 (0)