Update vitepress.yml

specify docs subdir
This commit is contained in:
Anthony Rabine 2023-04-22 14:12:46 +02:00 committed by GitHub
parent 98cf521402
commit 6220ac7814
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,8 +22,10 @@ jobs:
node-version: 16
cache: npm
- run: npm ci
working-directory: docs
- name: Build
run: npm run docs:build
working-directory: docs
- uses: actions/configure-pages@v2
- uses: actions/upload-pages-artifact@v1
with: