Skip to content

Commit 12c15f9

Browse files
committed
trying to fix docs
1 parent f7a8e96 commit 12c15f9

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

docs/buildsite.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,6 @@ git checkout -b gh-pages
3636
# directories that start with an underscore (_) can remain
3737
touch .nojekyll
3838

39-
# Add README
40-
cat > README.md <<EOF
41-
# README for the GitHub Pages Branch
42-
This branch is simply a cache for the website served from https://annegentle.github.io/create-demo/,
43-
and is not intended to be viewed on github.com.
44-
For more information on how this site is built using Sphinx, Read the Docs, and GitHub Actions/Pages, see:
45-
* https://www.docslikecode.com/articles/github-pages-python-sphinx/
46-
* https://tech.michaelaltfield.net/2020/07/18/sphinx-rtd-github-pages-1
47-
EOF
48-
4939
# Copy the resulting html pages built from Sphinx to the gh-pages branch
5040
git add .
5141

0 commit comments

Comments
 (0)