From 57ad39aa16986e8eb746f8c81d954c546ce6eb3a Mon Sep 17 00:00:00 2001 From: p6laris <71460146+p6laris@users.noreply.github.com> Date: Thu, 7 Mar 2024 05:35:56 +0300 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 49e2da0..d05b548 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -28,7 +28,7 @@ jobs: - name: Publish Blazor run: dotnet publish ./AraratMorse/AraratMorse.csproj -c Release -o release --nologo - name: Commit wwwroot to GitHub Pages - uses: JamesIves/github-pages-deploy-action@4 + uses: JamesIves/github-pages-deploy-action@v4.5.0 with: BRANCH: gh-pages FOLDER: release/wwwroot