fix(workflows) uncommented vite build steps
This commit is contained in:
parent
a496a547e5
commit
7be8648da2
1 changed files with 8 additions and 8 deletions
|
|
@ -17,14 +17,14 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
# Uncomment below for vite react projects
|
||||
# - name: Set up Node.js
|
||||
# uses: actions/setup-node@v3
|
||||
# with:
|
||||
# node-version: 20
|
||||
# - name: Install dependencies
|
||||
# run: npm ci
|
||||
# - name: Build Vite site
|
||||
# run: npm run build
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 20
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
- name: Build Vite site
|
||||
run: npm run build
|
||||
- name: Deploy to neocities
|
||||
uses: bcomnes/deploy-to-neocities@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue