actions diagnostics

This commit is contained in:
Jonathan Shook
2020-03-13 18:06:29 -05:00
committed by GitHub
parent 27002dd6e1
commit 83fbb5d384

View File

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