Skip to content

Commit

Permalink
upload svgs
Browse files Browse the repository at this point in the history
  • Loading branch information
ntotten committed Jun 25, 2024
1 parent fbd45a3 commit 14f0a9b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/static.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,14 @@ jobs:
headers: |-
cache-control: max-age=31536000
content-type: image/gif
- name: Upload Media (svg)
uses: "google-github-actions/upload-cloud-storage@v2"
with:
path: public/media/
glob: "**/*.svg"
destination: cdn.zuplo.com/docs
process_gcloudignore: false
headers: |-
cache-control: max-age=31536000
content-type: image/svg+xml

0 comments on commit 14f0a9b

Please sign in to comment.