From 0c53248c4eea49abe7cdb7670e8bebf486372c65 Mon Sep 17 00:00:00 2001 From: Merill Fernando Date: Sat, 25 May 2024 00:27:27 +1000 Subject: [PATCH] Update deploy-site.yaml --- .github/workflows/deploy-site.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/deploy-site.yaml b/.github/workflows/deploy-site.yaml index 592a7d4..11ed9e0 100644 --- a/.github/workflows/deploy-site.yaml +++ b/.github/workflows/deploy-site.yaml @@ -12,6 +12,9 @@ jobs: build: name: Build Docusaurus runs-on: ubuntu-latest + defaults: + run: + working-directory: ./website/ steps: - uses: actions/checkout@v4 with: @@ -20,6 +23,7 @@ jobs: with: node-version: 18 cache: npm + cache-dependency-path: './website/package-lock.json' - name: Install dependencies run: npm ci