We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 128dd5e commit c89e46dCopy full SHA for c89e46d
.github/workflows/update-docs-staging.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
branches:
6
- 4.x
7
-# for testing only, TODO: remove
+# for testing only, TODO: remove push
8
pull_request:
9
workflow_dispatch:
10
@@ -45,21 +45,11 @@ jobs:
45
46
# 4. Build docs via build-doc.sh
47
- name: Build documentation
48
+ working-directory: java-driver
49
run: |
50
chmod +x ./build-doc.sh
51
./build-doc.sh
52
- # 5. Upload built docs as a ZIP artifact
53
- - name: Archive built documentation
54
- run: |
55
- zip -r docs-built.zip docs
56
-
57
- - name: Upload built doc artifact
58
- uses: actions/upload-artifact@v4
59
- with:
60
- name: built-docs-zip
61
- path: docs-built.zip
62
- retention-days: 10
63
64
# 6. Checkout gh-pages-staging branch
65
- name: Checkout gh-pages-staging
0 commit comments