From 4bf0f79dddb20740f1828f30253bc833ce0796a5 Mon Sep 17 00:00:00 2001 From: typicode Date: Thu, 25 Jan 2024 03:07:15 +0100 Subject: [PATCH] chore: fix deploy --- .github/workflows/deploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9b0835621..d6a0e5bf0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,6 +13,9 @@ jobs: environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }} + defaults: + run: + working-directory: ./docs steps: - uses: actions/checkout@v3 with: @@ -23,7 +26,6 @@ jobs: cache: npm - run: npm ci - name: Build - working-directory: ./docs run: npx vitepress build - uses: actions/configure-pages@v2 - uses: actions/upload-pages-artifact@v1