Skip to content

Commit

Permalink
.nojekyll in root
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelb committed Jul 26, 2023
1 parent 4762952 commit 5e7eae8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ export SOURCE_DATE_EPOCH=$(git log -1 --pretty=%ct)
##############
# BUILD DOCS #
##############
#

# Adds .nojekyll file to the root to signal to GitHub that
# directories that start with an underscore (_) can remain
touch .nojekyll

# Python Sphinx, configured with source/conf.py
# See https://www.sphinx-doc.org/
Expand All @@ -36,9 +41,6 @@ git init
git remote add deploy "https://token:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git"
git checkout -b gh-pages

# Adds .nojekyll file to the root to signal to GitHub that
# directories that start with an underscore (_) can remain
touch .nojekyll

# Add README
cat > README.md <<EOF
Expand Down

0 comments on commit 5e7eae8

Please sign in to comment.