diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dae460b..76595c8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -29,4 +29,5 @@ jobs: token: ${{ secrets.GH_PAT }} - name: "Building Quartz content" - uses: ./content/.github/actions/deploy-quartz/ \ No newline at end of file + uses: ./content/.github/actions/deploy-quartz/ + working-directory: ./ \ No newline at end of file