From 4a295834185436a776fb93ca32bd4a93cc0d60b5 Mon Sep 17 00:00:00 2001 From: Sheldan <5037282+Sheldan@users.noreply.github.com> Date: Fri, 8 Aug 2025 19:00:29 +0200 Subject: [PATCH] common: fixing name --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 86dd396..b7fcd8d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -56,7 +56,7 @@ jobs: - name: Setup Pages uses: actions/configure-pages@v3 - name: Upload artifact - uses: actions/deploy-pages@v4@v4 + uses: actions/deploy-pages@v4 with: path: './dist' - name: Deploy to GitHub Pages