install npm deps
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s

This commit is contained in:
2025-12-08 17:20:56 -06:00
parent 748a1be867
commit 1f8e1e290c

View File

@@ -20,4 +20,5 @@ jobs:
- run: echo "🍏 This job's status is ${{ job.status }}." - run: echo "🍏 This job's status is ${{ job.status }}."
- name: Build the resume - name: Build the resume
run: | run: |
npm i
npm run build npm run build