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

This commit is contained in:
2025-08-07 22:38:32 -05:00
parent b3f30bc715
commit d4d5ab89c7

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