From 5facb414e2614dcdeeb0cfc2f1347d021b7f5981 Mon Sep 17 00:00:00 2001 From: vcoppe Date: Wed, 19 Jun 2024 20:24:44 +0200 Subject: [PATCH] update action --- .github/workflows/deploy.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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