From 6220ac781483d6cffb34473709fb9be1b4999c91 Mon Sep 17 00:00:00 2001 From: Anthony Rabine Date: Sat, 22 Apr 2023 14:12:46 +0200 Subject: [PATCH] Update vitepress.yml specify docs subdir --- .github/workflows/vitepress.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/vitepress.yml b/.github/workflows/vitepress.yml index 2dddd39..a3476c2 100644 --- a/.github/workflows/vitepress.yml +++ b/.github/workflows/vitepress.yml @@ -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: