Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
expand list
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchobben committed Jul 18, 2024
1 parent 646e803 commit c30e092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
NB_PATH=($(git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep '[.]ipynb$'))
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git commit ${NB_PATH[*]/.ipynb} -m "Quarto output" || echo "No changes to commit"
git commit ${NB_PATH[*]} -m "Quarto output" || echo "No changes to commit"
- name: Push Commit
if: github.ref == 'refs/heads/main'
Expand Down

0 comments on commit c30e092

Please sign in to comment.