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