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 0439577 commit e092ed5Copy full SHA for e092ed5
1 file changed
.github/workflows/publish-docs.yml
@@ -41,10 +41,14 @@ jobs:
41
cache: npm # or pnpm / yarn
42
- name: Setup Pages
43
uses: actions/configure-pages@v4
44
+ - name: Change directory to docs
45
+ run: cd docs
46
- name: Install dependencies
47
run: npm ci # or pnpm install / yarn install / bun install
48
+ working-directory: ./docs
49
- name: Build with VitePress
50
run: npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
51
52
- name: Upload artifact
53
uses: actions/upload-pages-artifact@v3
54
with:
0 commit comments