Skip to content

Commit 1ee49ab

Browse files
committed
don't auto commit - use workflow to test if build breaks. note that workflow should always return true. only logs will show errors until the current errors are fixed. (refactor or upstream)
1 parent 86f5dc2 commit 1ee49ab

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- main
99

1010
jobs:
11-
jsdocs:
11+
test:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
@@ -30,12 +30,3 @@ jobs:
3030
- name: Build code docs
3131
# TODO: fix jsdoc build errors then remove '|| true' from run command below
3232
run: npm run build || true
33-
- name: Commit any changes back to the main branch
34-
uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6
35-
with:
36-
commit_message: Update API docs
37-
# use JellyRock-bot to commit the changes instead of the default github-actions[bot]
38-
commit_user_name: JellyRock-bot
39-
commit_user_email: c.ewert@gmail.com
40-
# use JellyRock-bot to author the changes instead of the default author of the merge commit
41-
commit_author: JellyRock-bot <c.ewert@gmail.com>

0 commit comments

Comments
 (0)