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 79a4728 commit 9fe866fCopy full SHA for 9fe866f
.github/workflows/website-root.yml
@@ -61,6 +61,12 @@ jobs:
61
output_location: "/"
62
skip_app_build: true
63
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
70
71
close_staging_site:
72
if: github.event_name == 'pull_request' && github.event.action == 'closed'
@@ -89,7 +95,7 @@ jobs:
89
95
uses: actions/checkout@v4
90
96
with:
91
97
submodules: false
92
- - name: Download Hugo artifacts
98
+ - name: Download Hugo artifacts for Algolia
93
99
uses: actions/download-artifact@v4
94
100
101
name: hugo_build
0 commit comments