Skip to content

Commit 9fe866f

Browse files
authored
Add back artifact upload for Algolia search (#4893)
Signed-off-by: Marc Duiker <[email protected]>
1 parent 79a4728 commit 9fe866f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/website-root.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ jobs:
6161
output_location: "/"
6262
skip_app_build: true
6363
skip_deploy_on_missing_secrets: true
64+
- name: Upload Hugo artifacts for Algolia
65+
uses: actions/upload-artifact@v4
66+
with:
67+
name: hugo_build
68+
path: ./daprdocs/public/
69+
if-no-files-found: error
6470

6571
close_staging_site:
6672
if: github.event_name == 'pull_request' && github.event.action == 'closed'
@@ -89,7 +95,7 @@ jobs:
8995
uses: actions/checkout@v4
9096
with:
9197
submodules: false
92-
- name: Download Hugo artifacts
98+
- name: Download Hugo artifacts for Algolia
9399
uses: actions/download-artifact@v4
94100
with:
95101
name: hugo_build

0 commit comments

Comments
 (0)