mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
Modified git commands in build workflow for docs
This commit is contained in:
parent
ae1a3af9cb
commit
b9efec9608
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -95,11 +95,9 @@ jobs:
|
||||
run: |
|
||||
rsync -av --delete drivers/ nosqlbench-build-docs/site/content/docs/drivers
|
||||
echo "previewdocs.nosqlbench.io" > nosqlbench-build-docs/site/content/docs/drivers/CNAME
|
||||
git add drivers
|
||||
git add -u
|
||||
rsync -av --delete bindings/ nosqlbench-build-docs/site/content/docs/bindings
|
||||
echo "previewdocs.nosqlbench.io" > nosqlbench-build-docs/site/content/docs/bindings/CNAME
|
||||
git add bindings
|
||||
git add .
|
||||
git add -u
|
||||
CHANGES=$(git status --porcelain 2>/dev/null| wc -l)
|
||||
echo "found $CHANGES to push for doc updates"
|
||||
|
Loading…
Reference in New Issue
Block a user