activities debug

This commit is contained in:
Jonathan Shook 2020-03-12 21:38:08 -05:00 committed by GitHub
parent cc64508554
commit 3597c422e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,7 +131,7 @@ jobs:
run: |
git clone https://${{secrets.NBDROID_NAME}}:${{secrets.NBDROID_TOKEN}}@github.com/nosqlbench/nosqlbench-docs.git nosqlbench-docs
rsync -av --delete guidebook/ nosqlbench-docs/docs/
cd nosqlbench
cd nosqlbench-docs
git add docs
git add -u
git commit -m"docs update for $GITHUB_REF"