Skip to content

Commit 0a4052f

Browse files
committed
build: give up on getting generated files into repo
1 parent bbc0520 commit 0a4052f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/builddocsite.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ jobs:
6363
cd scripts
6464
python makeGitTutorial.py ..
6565
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
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
7474

7575
- name: Sphinx build
7676
run: |

0 commit comments

Comments
 (0)