From 5664318cbc1d541c2e53a5462b90ea0cce87a82d Mon Sep 17 00:00:00 2001 From: hello Date: Fri, 28 Feb 2025 02:30:25 +0530 Subject: [PATCH] added deployments --- .github/workflows/deploy.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bf18181..805e270 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -57,8 +57,9 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v4 - - name: Upload artifact - uses: actions/upload-pages-artifact@v4 + - name: Upload static files as artifact + id: deployment + uses: actions/upload-pages-artifact@v3 with: path: "./dist" @@ -71,4 +72,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v3 + uses: actions/deploy-pages@v4