From 61845d200b81fd2d09ac5fade51e61490c824d90 Mon Sep 17 00:00:00 2001 From: Marc Duiker Date: Thu, 18 Sep 2025 15:43:47 +0000 Subject: [PATCH] Add back artifact upload for Algolia search Signed-off-by: Marc Duiker --- .github/workflows/website-root.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/website-root.yml b/.github/workflows/website-root.yml index c9a5f85edad..bce0ee19d66 100644 --- a/.github/workflows/website-root.yml +++ b/.github/workflows/website-root.yml @@ -61,6 +61,12 @@ jobs: output_location: "/" skip_app_build: true skip_deploy_on_missing_secrets: true + - name: Upload Hugo artifacts for Algolia + uses: actions/upload-artifact@v4 + with: + name: hugo_build + path: ./daprdocs/public/ + if-no-files-found: error close_staging_site: if: github.event_name == 'pull_request' && github.event.action == 'closed' @@ -89,7 +95,7 @@ jobs: uses: actions/checkout@v4 with: submodules: false - - name: Download Hugo artifacts + - name: Download Hugo artifacts for Algolia uses: actions/download-artifact@v4 with: name: hugo_build