From e14d8bf73f2333506657eb1d546c5bbbda44f10f Mon Sep 17 00:00:00 2001 From: Lawrence Ephrim Date: Fri, 26 Apr 2024 12:07:00 +0000 Subject: [PATCH] doc: update gh deploy --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a3b1e94..b143739 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,6 +11,9 @@ jobs: build: name: Build Docusaurus runs-on: ubuntu-latest + defaults: + run: + working-directory: ./docs steps: - uses: actions/checkout@v4 with: