From ac09401daf110141bcfcf4525897dd1e0b755566 Mon Sep 17 00:00:00 2001 From: Claudiu Ceia Date: Tue, 23 Jan 2024 18:06:15 +0200 Subject: [PATCH] fix: issue in workflow formatting --- .github/workflows/deploy_astro.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_astro.yml b/.github/workflows/deploy_astro.yml index a98399d..ed3eaee 100644 --- a/.github/workflows/deploy_astro.yml +++ b/.github/workflows/deploy_astro.yml @@ -17,8 +17,8 @@ jobs: uses: actions/checkout@v3 - name: Install, build, and upload your site uses: withastro/action@v1 - with: - path: . + with: + path: . deploy: needs: build runs-on: ubuntu-latest