Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
p6laris authored Mar 7, 2024
1 parent 6582493 commit 57ad39a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 57ad39a

Please sign in to comment.