Skip to content

Commit

Permalink
chore: add .nojekyll to docs output (#1414)
Browse files Browse the repository at this point in the history
since sphinx won't copy dotfiles from src/
we just create it ourselves at the end of the
docs build.
  • Loading branch information
Elad Ben-Israel authored Dec 20, 2018
1 parent 9badc1c commit 7051c1f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/build-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,7 @@ export CDK_VERSION=$(../tools/pkgtools/bin/cdk-version)
echo "Set CDK_VERSION=${CDK_VERSION} (consumed by conf.py)..."

sphinx-build -b html $staging $output

# required for github pages since we have already rendered the site ourselves
echo "disable-jekyll" > $output/.nojekyll

1 change: 0 additions & 1 deletion docs/src/.nojekyll

This file was deleted.

0 comments on commit 7051c1f

Please sign in to comment.