1 Commits

Author SHA1 Message Date
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,12 +44,6 @@ 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 ci