actions-for-docs (#919)

* updated docs action with version state

* script updates

* misc doc system updates

* Update build.yml

remove versions logic, since zip contains version info now.

* Update build.yml

corrected git add command

* update version format

* updated docs site url
This commit is contained in:
Jonathan Shook
2023-01-13 11:57:08 -06:00
committed by GitHub
parent 97e992bce8
commit ff188d4860
33 changed files with 327 additions and 120 deletions

View File

@@ -64,6 +64,7 @@ jobs:
needs: build
runs-on: ubuntu-20.04
steps:
- name: set git username
run: git config --global user.email "${{ secrets.NBDROID_EMAIL }}"
@@ -95,12 +96,12 @@ jobs:
- name: set CNAME
run: |
echo "previewdocs.nosqlbench.io" > nosqlbench-build-docs/site/static/CNAME
echo "builddocs.nosqlbench.io" > nosqlbench-build-docs/site/static/CNAME
- name: commit changes
run: |
cd nosqlbench-build-docs
git add -A
git add exported_docs.zip
- name: push changes
env: