actions debugging

This commit is contained in:
Jonathan Shook 2020-03-12 22:54:06 -05:00 committed by GitHub
parent 62f0255ec0
commit 8b9e345495
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,6 +136,7 @@ jobs:
git clone https://${{secrets.NBDROID_NAME}}:${{secrets.NBDROID_TOKEN}}@github.com/nosqlbench/nosqlbench-docs.git nosqlbench-docs
git remote set-url origin https://${{secrets.NBDROID_NAME}}:${{secrets.NBDROID_TOKEN}}@github.com/nosqlbench/nosqlbench-docs.git
- name: push changes
run: |
rsync -av --delete guidebook/ nosqlbench-docs/docs/
cd nosqlbench-docs
git add docs