Skip to content

Commit fa27bf7

Browse files
committed
updates
1 parent 59b2462 commit fa27bf7

File tree

3 files changed

+3
-2540
lines changed

3 files changed

+3
-2540
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ jobs:
2222
node-version: '18'
2323

2424
- name: Install dependencies
25-
run: cd ./site && npm install
25+
run: cd ./site/docs/ && npm install
2626

2727
- name: Build site
28-
run: cd ./site && npm run build
28+
run: cd ./site/docs && npm run build
2929

3030
- name: Install Netlify CLI
3131
run: npm install -g netlify-cli
3232

3333
- name: Deploy to Netlify
34-
run: netlify deploy --prod --dir=./docs/.vitepress/dist
34+
run: netlify deploy --prod --dir=./.vitepress/dist
3535
env:
3636
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
3737
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}

0 commit comments

Comments
 (0)