mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
actions diagnostics
This commit is contained in:
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -135,6 +135,8 @@ jobs:
|
||||
run: |
|
||||
git clone https://${{secrets.NBDROID_NAME}}:${{secrets.NBDROID_TOKEN}}@github.com/nosqlbench/nosqlbench-docs.git nosqlbench-docs
|
||||
cd nosqlbench-docs
|
||||
echo "files listing"
|
||||
find .
|
||||
git remote set-url origin https://${{secrets.NBDROID_NAME}}:${{secrets.NBDROID_TOKEN}}@github.com/nosqlbench/nosqlbench-docs.git
|
||||
git remote -v
|
||||
- name: push changes
|
||||
@@ -143,6 +145,8 @@ jobs:
|
||||
NBDROID_TOKEN: ${{ secrets.NBDROID_TOKEN }}
|
||||
run: |
|
||||
rsync -av --delete guidebook/ nosqlbench-docs/docs/
|
||||
echo "files listing"
|
||||
find .
|
||||
cd nosqlbench-docs
|
||||
git add docs
|
||||
git add -u
|
||||
|
||||
Reference in New Issue
Block a user