Skip to content

Commit

Permalink
fetch entire history
Browse files Browse the repository at this point in the history
  • Loading branch information
paveq committed Sep 18, 2024
1 parent 41f6d56 commit dc989a3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/nix-github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: '0'

- id: 'auth'
uses: 'google-github-actions/auth@v1'
Expand Down Expand Up @@ -46,4 +48,7 @@ jobs:
gsutil -m setmeta -h "Cache-Control:public, max-age=3600, s-maxage=7200" "gs://www-cartman-handbook-prod/**/*.png" || true && \
gsutil -m setmeta -h "Cache-Control:public, max-age=3600, s-maxage=7200" "gs://www-cartman-handbook-prod/**/*.jpg" || true && \
gsutil -m setmeta -h "Cache-Control:public, max-age=3600, s-maxage=7200" "gs://www-cartman-handbook-prod/**/*.svg" || true && \
gsutil -m setmeta -h "Cache-Control:public, max-age=3600, s-maxage=7200" "gs://www-cartman-handbook-prod/**/*.json" || true
gsutil -m setmeta -h "Cache-Control:public, max-age=3600, s-maxage=7200" "gs://www-cartman-handbook-prod/**/*.json" || true
- name: Invalidate CDN cache
run: gcloud --project www-cartman-fi compute url-maps invalidate-cdn-cache site --path "/*" --async

0 comments on commit dc989a3

Please sign in to comment.