Skip to content

Commit c89e46d

Browse files
committed
working-directory: java-driver
1 parent 128dd5e commit c89e46d

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/update-docs-staging.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- 4.x
7-
# for testing only, TODO: remove
7+
# for testing only, TODO: remove push
88
pull_request:
99
workflow_dispatch:
1010

@@ -45,21 +45,11 @@ jobs:
4545
4646
# 4. Build docs via build-doc.sh
4747
- name: Build documentation
48+
working-directory: java-driver
4849
run: |
4950
chmod +x ./build-doc.sh
5051
./build-doc.sh
5152
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
6353
6454
# 6. Checkout gh-pages-staging branch
6555
- name: Checkout gh-pages-staging

0 commit comments

Comments
 (0)