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
|
||||
|
|
|
|||
Loading…
Reference in New Issue