We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea73dcf commit fc17ba7Copy full SHA for fc17ba7
Sources/build_gh_pages.sh
@@ -12,5 +12,6 @@ cp -R build/html/ ../../PythonTopics_gh_pages/
12
cd ../../PythonTopics_gh_pages
13
git checkout gh-pages
14
git add * # in case there are new files added
15
-git commit -a
+git commit -a -m "updating published version"
16
+git pull -s ours --no-edit
17
git push
0 commit comments