Skip to content

Commit fc17ba7

Browse files
committed
made gh-pages build script more robust
1 parent ea73dcf commit fc17ba7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/build_gh_pages.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@ cp -R build/html/ ../../PythonTopics_gh_pages/
1212
cd ../../PythonTopics_gh_pages
1313
git checkout gh-pages
1414
git add * # in case there are new files added
15-
git commit -a
15+
git commit -a -m "updating published version"
16+
git pull -s ours --no-edit
1617
git push

0 commit comments

Comments
 (0)