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 bbc0520 commit 0a4052fCopy full SHA for 0a4052f
.github/workflows/builddocsite.yml
@@ -63,14 +63,14 @@ jobs:
63
cd scripts
64
python makeGitTutorial.py ..
65
66
- - name: Note changed files
67
- run: |
68
- git add tutorials.html
69
- git add */data/index.html
70
- git status
71
- git commit -m"changes from automated build of tutorials"
72
- - name: Push changes
73
- uses: ad-m/github-push-action@master
+# - name: Note changed files
+# run: |
+# git add tutorials.html
+# git add */data/index.html
+# git status
+# git commit -m"changes from automated build of tutorials"
+# - name: Push changes
+# uses: ad-m/github-push-action@master
74
75
- name: Sphinx build
76
run: |
0 commit comments