From 9d2ba33fd43def44371f414ea53c2b54c0936d37 Mon Sep 17 00:00:00 2001 From: Aaron Crawfis Date: Mon, 19 Jun 2023 10:28:17 -0700 Subject: [PATCH 1/2] Add skip on missing secrets config Signed-off-by: Aaron Crawfis --- .github/workflows/website-root.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/website-root.yml b/.github/workflows/website-root.yml index ed8c3b491..0e160a426 100644 --- a/.github/workflows/website-root.yml +++ b/.github/workflows/website-root.yml @@ -61,6 +61,7 @@ jobs: api_location: "daprdocs/public/" output_location: "" skip_app_build: true + skip_deploy_on_missing_secretsL: true - name: Upload Hugo artifacts uses: actions/upload-artifact@v3 with: From a0e76ec1e0c7195cf2f8c2de440bae87751af75a Mon Sep 17 00:00:00 2001 From: Aaron Crawfis Date: Mon, 19 Jun 2023 10:28:49 -0700 Subject: [PATCH 2/2] Remove erroneous character Signed-off-by: Aaron Crawfis --- .github/workflows/website-root.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/website-root.yml b/.github/workflows/website-root.yml index 0e160a426..4e22b2c59 100644 --- a/.github/workflows/website-root.yml +++ b/.github/workflows/website-root.yml @@ -61,7 +61,7 @@ jobs: api_location: "daprdocs/public/" output_location: "" skip_app_build: true - skip_deploy_on_missing_secretsL: true + skip_deploy_on_missing_secrets: true - name: Upload Hugo artifacts uses: actions/upload-artifact@v3 with: