From d45ea6a3312220ac464c0a278ef7eec4931e6eff Mon Sep 17 00:00:00 2001 From: qitana <53415856+qitana@users.noreply.github.com> Date: Sun, 25 Aug 2024 13:24:26 +0000 Subject: [PATCH] chore: Set working directory to 'pages' in static.yml workflow --- .github/workflows/static.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 50f7559..b8a9f3d 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -28,6 +28,9 @@ jobs: name: github-pages url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest + default: + run: + working-directory: pages steps: - name: Checkout uses: actions/checkout@v4