2 Commits

Author SHA1 Message Date
ce8cd84090 install all deps
Some checks failed
Build and Publish Portfolio / build (push) Successful in 24s
Build and Publish Portfolio / publish (push) Failing after 34s
2025-08-07 22:43:29 -05:00
d4d5ab89c7 Skip pulling dist files
Some checks failed
Build and Publish Portfolio / build (push) Successful in 23s
Build and Publish Portfolio / publish (push) Failing after 35s
2025-08-07 22:38:32 -05:00

View File

@@ -44,14 +44,8 @@ jobs:
node-version: "20" node-version: "20"
cache: "" cache: ""
- name: Download build artifacts
uses: actions/download-artifact@v3
with:
name: dist
path: dist/
- name: Install dependencies - name: Install dependencies
run: npm ci run: npm i
- name: Deploy - name: Deploy
run: npm run-script cdk -- deploy run: npm run-script cdk -- deploy