diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 58216ae..9907254 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -103,8 +103,8 @@ jobs: - name: Setup - Update branch Git User run: | - git config --global user.name "Twinki14" - git config --global user.email "thetwinkehh@gmail.com" + git config --global user.name "GitHub Actions" + git config --global user.email "actions@github.com" # Move all *.yaml, *.yml, *.json, and *.html files to /preview, mkdir if needed # git add the entire /preview folder @@ -136,4 +136,4 @@ jobs: git diff --quiet && git diff --staged --quiet || git commit -m "Update - /" - name: Push - run: git push https://x-access-token:${{ secrets.GH_PAT }}@github.com/${{ github.repository }}.git HEAD:gh-pages --force \ No newline at end of file + run: git push origin gh-pages \ No newline at end of file