mirror of https://github.com/dapr/docs.git
Fix deploy step in GH action (#3420)
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
This commit is contained in:
parent
66c974278f
commit
f89c4df197
|
@ -29,6 +29,7 @@ jobs:
|
|||
HUGO_VERSION: "0.100.2"
|
||||
with:
|
||||
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_PROUD_BAY_0E9E0E81E }}
|
||||
skip_deploy_on_missing_secrets: true
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
|
||||
action: "upload"
|
||||
app_location: "/daprdocs"
|
||||
|
|
|
@ -29,6 +29,7 @@ jobs:
|
|||
HUGO_VERSION: "0.100.2"
|
||||
with:
|
||||
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_PROUD_BAY_0E9E0E81E }}
|
||||
skip_deploy_on_missing_secrets: true
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
|
||||
action: "upload"
|
||||
app_location: "/daprdocs"
|
||||
|
|
Loading…
Reference in New Issue