chore(ci): make sure to create synced files
...and intermediate directories if they don't already exist
This commit is contained in:
committed by
Tobias Fried
parent
6d2358ffe7
commit
13248a3270
1
.github/workflows/sync-docs.yaml
vendored
1
.github/workflows/sync-docs.yaml
vendored
@@ -86,6 +86,7 @@ jobs:
|
||||
git checkout -b $BRANCH
|
||||
|
||||
# Commit and push changes
|
||||
git add .
|
||||
git commit -am "chore(docs): sync readme section"
|
||||
git push "https://x-access-token:${GITHUB_TOKEN}@github.com/${{ matrix.repository }}.git" $BRANCH
|
||||
|
||||
|
||||
Reference in New Issue
Block a user