Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
anneschuth committed Jul 8, 2024
1 parent fee3f45 commit 3e888da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:

- name: Commit to deployment branch
run: |
git fetch
git checkout --orphan deployment
git add index.json
git commit -m 'Auto-generate index.json'
git push --force origin deployment
Expand Down

0 comments on commit 3e888da

Please sign in to comment.