From cea73c987bf0417251cfc32c382d41bccc4cd145 Mon Sep 17 00:00:00 2001 From: Merill Fernando Date: Sat, 25 May 2024 00:56:49 +1000 Subject: [PATCH] Update deploy-site.yaml --- .github/workflows/deploy-site.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy-site.yaml b/.github/workflows/deploy-site.yaml index 11ed9e0..8ea7824 100644 --- a/.github/workflows/deploy-site.yaml +++ b/.github/workflows/deploy-site.yaml @@ -50,6 +50,9 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest + defaults: + run: + working-directory: ./website/ steps: - name: Deploy to GitHub Pages id: deployment