1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Ignoring untracked files

This commit is contained in:
Jamie Hewitt 2022-05-25 15:38:58 +01:00
parent 4ee41f1f28
commit f137ff1898

View File

@ -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