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
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
# Uncomment below for vite react projects
|
# Uncomment below for vite react projects
|
||||||
# - name: Set up Node.js
|
- name: Set up Node.js
|
||||||
# uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
# with:
|
with:
|
||||||
# node-version: 20
|
node-version: 20
|
||||||
# - name: Install dependencies
|
- name: Install dependencies
|
||||||
# run: npm ci
|
run: npm ci
|
||||||
# - name: Build Vite site
|
- name: Build Vite site
|
||||||
# run: npm run build
|
run: npm run build
|
||||||
- name: Deploy to neocities
|
- name: Deploy to neocities
|
||||||
uses: bcomnes/deploy-to-neocities@v3
|
uses: bcomnes/deploy-to-neocities@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue