Skip to content

Commit

Permalink
more ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Hernandez committed Sep 18, 2024
1 parent ecf59ad commit b3f23d0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ jobs:
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
git config --global push.default simple
git add .
git commit -m "Update generated site files"
git pull --rebase origin main
git push https://x-access-token:${GITHUB_TOKEN}@github.com/magicsword-io/LOLRMM.git HEAD:main
git diff --quiet && git diff --staged --quiet || (git commit -m "Update generated site files" && git pull --rebase origin main && git push https://x-access-token:${GITHUB_TOKEN}@github.com/magicsword-io/LOLRMM.git HEAD:main)
working-directory: website

# Deployment job
Expand Down

0 comments on commit b3f23d0

Please sign in to comment.