Skip to content

Commit

Permalink
build: give up on getting generated files into repo
Browse files Browse the repository at this point in the history
  • Loading branch information
briantoby committed Jan 16, 2025
1 parent bbc0520 commit 0a4052f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/builddocsite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@ jobs:
cd scripts
python makeGitTutorial.py ..
- 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
# - 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

- name: Sphinx build
run: |
Expand Down

0 comments on commit 0a4052f

Please sign in to comment.