diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 68eca0cd..90e52577 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -221,7 +221,7 @@ jobs: # Stage the file, commit and push git status git add CodeExamples.md - git commit -m "Updating CodeExamples.md" + git commit -m "Updating CodeExamples.md" --untracked-files=no branch=${GITHUB_HEAD_REF#refs/heads/} echo Pushing changes to branch: ${branch} git push origin HEAD:${branch} --force > /dev/null 2>&1