diff --git a/.github/workflows/buildRelease.yml b/.github/workflows/buildRelease.yml index ac24b4e..bf99610 100644 --- a/.github/workflows/buildRelease.yml +++ b/.github/workflows/buildRelease.yml @@ -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"