We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b2462 commit fa27bf7Copy full SHA for fa27bf7
.github/workflows/ci.yml
@@ -22,16 +22,16 @@ jobs:
22
node-version: '18'
23
24
- name: Install dependencies
25
- run: cd ./site && npm install
+ run: cd ./site/docs/ && npm install
26
27
- name: Build site
28
- run: cd ./site && npm run build
+ run: cd ./site/docs && npm run build
29
30
- name: Install Netlify CLI
31
run: npm install -g netlify-cli
32
33
- name: Deploy to Netlify
34
- run: netlify deploy --prod --dir=./docs/.vitepress/dist
+ run: netlify deploy --prod --dir=./.vitepress/dist
35
env:
36
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
37
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
0 commit comments