Skip to content

Commit db3360d

Browse files
authored
Merge pull request #526 from bashtage/update-gh-actions-v2
MAINT: Ensure ipynb is pushed
2 parents b152973 + c282a0a commit db3360d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/push-docs-gh-pages.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,10 @@ echo "Add new HTML/JS/CSS"
3434
git add ./\*.html
3535
git add ./\*.js
3636
git add ./\*.css
37+
git add ./\*.ipynb
3738
git add _sources/.
3839
git add _static/.
40+
git status --verbose
3941
echo "Change remote"
4042
git remote set-url origin https://bashtage:"${GH_PAGES_TOKEN}"@github.com/bashtage/linearmodels.git
4143
echo "Github Actions doc build after commit ${GITHUB_SHA::8}"

0 commit comments

Comments
 (0)