Skip to content

Commit

Permalink
Fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
Cattn authored Aug 15, 2024
1 parent a07b53a commit 0ce7a4c
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 @@ -37,6 +37,7 @@ jobs:
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add -A
git checkout -b updates
git commit dist/index.html
cp dist/index.html .
git commit index.html
git status
git push

0 comments on commit 0ce7a4c

Please sign in to comment.