Skip to content

Commit

Permalink
Separate out force-push in a followup PR
Browse files Browse the repository at this point in the history
  • Loading branch information
uditagarwal97 committed Sep 24, 2024
1 parent 80c6576 commit fdbcdd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sycl-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ jobs:
git config --global user.email "ia.compiler.tools.git@intel.com"
git add .
git diff-index --quiet HEAD || git commit --amend -m "Update docs" -s
git push
git push -f

0 comments on commit fdbcdd2

Please sign in to comment.