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:
parent
4ee41f1f28
commit
f137ff1898
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user