github actions release testing

This commit is contained in:
Jonathan Shook
2023-01-09 12:56:46 -06:00
parent a93c5acacf
commit 808399ea1e
3 changed files with 6 additions and 4 deletions

View File

@@ -94,7 +94,7 @@ jobs:
find . -ls
rsync -av --delete -I --exclude '_index.md' drivers/ nosqlbench-build-docs/site/content/docs/drivers
rsync -av --delete -I --exclude '_index.md' bindings/ nosqlbench-build-docs/site/content/docs/bindings
echo "previewdocs.nosqlbench.io" > nosqlbench-build-docs/site/staticCNAME
echo "previewdocs.nosqlbench.io" > nosqlbench-build-docs/site/static/CNAME
cd nosqlbench-build-docs
git add -A
CHANGES=$(git status --porcelain 2>/dev/null| wc -l)