Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
Update github-pages-deploy-action to latest version
  • Loading branch information
gjmwolmarans authored May 10, 2024
1 parent e9a86e2 commit 2138d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
dotnet publish ./me/me.csproj -c Release -o publish
echo 'wwwroot' > publish/.nojekyll
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@4.1.1
uses: JamesIves/github-pages-deploy-action@v4.6.0
with:
branch: gh-pages
folder: publish/wwwroot

0 comments on commit 2138d85

Please sign in to comment.