Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinki14 committed Sep 29, 2024
1 parent 16f1c00 commit e58ccc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
run: git push origin gh-pages

0 comments on commit e58ccc6

Please sign in to comment.