Skip to content

Commit

Permalink
try do deploy to cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
vinimarcili committed Aug 31, 2023
1 parent e47c92c commit a6f234b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy-cdn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: Install dependencies and build 🔧
run: npm install && npm run build:prod

# - name: Upload CSS
# uses: "google-github-actions/upload-cloud-storage@v0"
# with:
# path: "dist/@squidit-css/ngx-css"
# destination: "ngx-css"
- name: Upload CSS
uses: "google-github-actions/upload-cloud-storage@v0"
with:
path: "dist/@squidit-css/ngx-css"
destination: "squid-css/ngx-css"

0 comments on commit a6f234b

Please sign in to comment.