Skip to content

Commit

Permalink
Update web.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrIw authored Dec 14, 2024
1 parent 25a8472 commit 7713552
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
git config --global user.email "actions@github.com"
git add poradnia/static/
git commit -m "Update static files after dependency change"
# Pull the latest changes and rebase local commits
git pull --rebase origin ${{ github.event.pull_request.head.ref }}
# Push the changes to the branch
git push origin HEAD:${{ github.event.pull_request.head.ref }}
else
echo "No changes in static files."
Expand Down

0 comments on commit 7713552

Please sign in to comment.