From fdbcdd21698c2bb53a14f74255e7dfde7520626f Mon Sep 17 00:00:00 2001 From: Udit Agarwal Date: Tue, 24 Sep 2024 10:47:15 -0700 Subject: [PATCH] Separate out force-push in a followup PR --- .github/workflows/sycl-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sycl-docs.yml b/.github/workflows/sycl-docs.yml index 4a28d18f3201..b50b0e897e15 100644 --- a/.github/workflows/sycl-docs.yml +++ b/.github/workflows/sycl-docs.yml @@ -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