From 979e3d4631eb3f64f8271260f30e2b4f62cb8949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ariel=20Falc=C3=B3n?= Date: Wed, 8 Jan 2025 10:41:33 +0100 Subject: [PATCH] github pages ci/cd --- .github/workflows/astro-build.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/astro-build.yml b/.github/workflows/astro-build.yml index 49df592..ef10cfb 100644 --- a/.github/workflows/astro-build.yml +++ b/.github/workflows/astro-build.yml @@ -47,7 +47,4 @@ jobs: # 7. Deploy - name: Deploy to GitHub Pages - uses: actions/deploy-pages@v1 - with: - branch: main - folder: dist \ No newline at end of file + uses: actions/deploy-pages@v1 \ No newline at end of file