We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b152973 + c282a0a commit db3360dCopy full SHA for db3360d
ci/push-docs-gh-pages.sh
@@ -34,8 +34,10 @@ echo "Add new HTML/JS/CSS"
34
git add ./\*.html
35
git add ./\*.js
36
git add ./\*.css
37
+git add ./\*.ipynb
38
git add _sources/.
39
git add _static/.
40
+git status --verbose
41
echo "Change remote"
42
git remote set-url origin https://bashtage:"${GH_PAGES_TOKEN}"@github.com/bashtage/linearmodels.git
43
echo "Github Actions doc build after commit ${GITHUB_SHA::8}"
0 commit comments