diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f6112b94..1c65967a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -3,6 +3,10 @@ on: push: branches: 'main' +defaults: + run: + working-directory: website + jobs: build_site: runs-on: ubuntu-latest @@ -45,8 +49,4 @@ jobs: steps: - name: Deploy id: deployment - uses: actions/deploy-pages@v4 - - defaults: - run: - working-directory: website \ No newline at end of file + uses: actions/deploy-pages@v4 \ No newline at end of file