Skip to content

Commit

Permalink
Fix bucket typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andres-spacemesh committed Nov 1, 2024
1 parent 9a7a2b4 commit 1bf9502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ jobs:
run: gsutil -m rsync -r -d ./build gs://explorer-dev.spacemesh.network

- name: Set cache-control headers for Dev Explorer
run: gsutil -m setmeta -h "Cache-Control:public, max-age=0, no-transform" -r gs://explorer-dev.spacemesh.network.network/index.html
run: gsutil -m setmeta -h "Cache-Control:public, max-age=0, no-transform" -r gs://explorer-dev.spacemesh.network/index.html

0 comments on commit 1bf9502

Please sign in to comment.