Skip to content

Commit

Permalink
Update buildRelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cattn authored Aug 15, 2024
1 parent c51dc28 commit 1b645f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/buildRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@ jobs:
- name: Create or update the updates branch
run: |
cp dist/index.html .
find . ! -name 'index.html' -type f -exec rm -f {} +
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git checkout -B updates
git pull origin updates --rebase
cp dist/index.html .
git add index.html
git commit -m "Updated bunker"
Expand Down

0 comments on commit 1b645f3

Please sign in to comment.