Update ci.yml

This commit is contained in:
Kenny 2022-03-05 15:04:53 -05:00 committed by GitHub
parent 926b3f5667
commit 4d87c02e65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -22,9 +22,9 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}
- name: Install dependencies
run: npm i
run: npm i; cd NUXT; npm i
- name: Build web assets
run: cd NUXT; npm run generate
run: npm run generate
- name: Upload artifacts
uses: actions/upload-artifact@v2
with: