From 1ff80c4bda1b367cfdb71341fa400ce6c3b6b23f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lui=CC=81s=20Arteiro?= Date: Mon, 21 Oct 2024 12:10:26 +0100 Subject: [PATCH] fix: Fixing work dir in ci. --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a8b9fa8..169e48f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,7 +9,9 @@ on: jobs: build: runs-on: ubuntu-latest - + defaults: + run: + working-directory: ./plausible/next_website steps: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v4