Skip to content

Commit

Permalink
Adding google tracking and CNAME automatically when generating the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesETsmith committed Apr 21, 2021
1 parent e7891c0 commit 6848fa9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion scripts/gh_pages_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,10 @@ echo -e "Moving build/html to docs"
mv build/html docs

echo -e "Adding .nojekyll file to docs (so GitHub pages renders it correctly)"
touch docs/.nojekyll
touch docs/.nojekyll

echo -e "Adding CNAME file"
echo "pyscf.org" >> docs/CNAME

echo -e "Adding google verification to docs"
echo "google-site-verification: google356b16cacc76b077.html" >> docs/google356b16cacc76b077.html

0 comments on commit 6848fa9

Please sign in to comment.