From 6f57492002113c6e8139680c901a21ae12dd4803 Mon Sep 17 00:00:00 2001 From: Charles Stern <62192187+cisaacstern@users.noreply.github.com> Date: Thu, 21 Sep 2023 12:04:22 -0400 Subject: [PATCH] Update deploy.yaml --- .github/workflows/deploy.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 627fd03..9bef2b0 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -29,7 +29,7 @@ jobs: echo prune=false >> $GITHUB_ENV fi - name: "Deploy recipes" - uses: "pangeo-forge/deploy-recipe-action@main" + uses: "pangeo-forge/deploy-recipe-action@storage-cls-args" with: select_recipe_by_label: "true" pangeo_forge_runner_config: > @@ -60,7 +60,10 @@ jobs: }, "InputCacheStorage": { "fsspec_class": "gcsfs.GCSFileSystem", - "root_path": "gs://pangeo-forge-prod-cache" + "root_path": "gs://pangeo-forge-prod-cache", + "pangeo_forge_target_class_args": { + "verify_existing": false + } } } env: