actions debugging

This commit is contained in:
Jonathan Shook 2020-03-16 00:00:29 -05:00 committed by GitHub
parent 08d4917e57
commit c51e0e7d6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -138,7 +138,7 @@ jobs:
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/
rsync -av --delete guidebook/guidebook/ nosqlbench-docs/docs/
cd nosqlbench-docs
git add docs
git add -u