Skip to content

Commit

Permalink
commit to branch, so changes can be previewed
Browse files Browse the repository at this point in the history
  • Loading branch information
weco-bot committed Sep 17, 2024
1 parent 4333889 commit 6f4a749
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
- uses: actions/checkout@v4
- name: Convert Notebooks
run: scripts/convert_notebooks.sh
- name: Commit update
run: |
git config --global user.name 'WeCo bot'
git config --global user.email '[email protected]'
git commit -am "Update notebooks" || exit 0
git push
- name: Install Node
# https://github.com/actions/setup-node?tab=readme-ov-file#usage
# The node-version input is optional. If not supplied, the node version from PATH will be used.
Expand Down

0 comments on commit 6f4a749

Please sign in to comment.