Skip to content

Commit

Permalink
convert update
Browse files Browse the repository at this point in the history
  • Loading branch information
EliasTors committed Nov 28, 2023
1 parent 6ef93d1 commit a55cc74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ipynb-convert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v2
Expand All @@ -30,6 +32,7 @@ jobs:

- name: Commit and push
run: |
git checkout main
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git add .
Expand Down

0 comments on commit a55cc74

Please sign in to comment.