mirror of https://github.com/dapr/docs.git
Update app and output locations
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
This commit is contained in:
parent
d425aa7fa6
commit
f050bd726e
|
|
@ -57,9 +57,9 @@ jobs:
|
|||
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_PROUD_BAY_0E9E0E81E }}
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
action: "upload"
|
||||
app_location: "daprdocs/public/"
|
||||
app_location: "/"
|
||||
api_location: "daprdocs/public/"
|
||||
output_location: ""
|
||||
output_location: "/daprdocs/public/"
|
||||
skip_app_build: true
|
||||
skip_deploy_on_missing_secrets: true
|
||||
- name: Upload Hugo artifacts
|
||||
|
|
@ -106,4 +106,4 @@ jobs:
|
|||
pip install --upgrade bs4
|
||||
pip install --upgrade 'algoliasearch>=2.0,<3.0'
|
||||
- name: Index site
|
||||
run: python ./.github/scripts/algolia.py ./site
|
||||
run: python ./.github/scripts/algolia.py ./site
|
||||
|
|
|
|||
Loading…
Reference in New Issue