Skip to content

Commit

Permalink
feat(ci): removed deployment of webflow exported pages to platform app
Browse files Browse the repository at this point in the history
  • Loading branch information
vihangpatil committed Apr 17, 2024
1 parent 9746f7f commit d6a1c0f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: fetch webflow exported zip file
run: wget https://storage.googleapis.com/k33-${{ inputs.target_env }}_webflow_export/k33-web.webflow.zip
- name: unzip
run: unzip k33-web.webflow.zip -d apps/platform/out/
- name: add public files excluding hidden files
run: cp apps/platform/public/* apps/platform/out/
- name: Load secrets
Expand Down

0 comments on commit d6a1c0f

Please sign in to comment.