Skip to content

Commit

Permalink
Merge pull request #20 from MinBZK/fix/deploy-json-git-fetch
Browse files Browse the repository at this point in the history
Fetch and checkout
  • Loading branch information
anneschuth authored Jul 8, 2024
2 parents fee3f45 + 3e888da commit c1666a6
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 c1666a6

Please sign in to comment.