mirror of
https://github.com/arabine/open-story-teller.git
synced 2025-12-06 17:09:06 +01:00
Update vitepress.yml
specify docs subdir
This commit is contained in:
parent
98cf521402
commit
6220ac7814
1 changed files with 2 additions and 0 deletions
2
.github/workflows/vitepress.yml
vendored
2
.github/workflows/vitepress.yml
vendored
|
|
@ -22,8 +22,10 @@ jobs:
|
||||||
node-version: 16
|
node-version: 16
|
||||||
cache: npm
|
cache: npm
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
|
working-directory: docs
|
||||||
- name: Build
|
- name: Build
|
||||||
run: npm run docs:build
|
run: npm run docs:build
|
||||||
|
working-directory: docs
|
||||||
- uses: actions/configure-pages@v2
|
- uses: actions/configure-pages@v2
|
||||||
- uses: actions/upload-pages-artifact@v1
|
- uses: actions/upload-pages-artifact@v1
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue