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: