Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeczek committed Sep 12, 2023
1 parent db111b9 commit a3eea5d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-aspnetcore-mvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
env:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
- name: Publish Documentation
uses: JamesIves/github-pages-deploy-action@4
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: docs/Ndjson.AsyncStreams.DocFx/wwwroot
2 changes: 1 addition & 1 deletion .github/workflows/cd-net-http.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
env:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
- name: Publish Documentation
uses: JamesIves/github-pages-deploy-action@4
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: docs/Ndjson.AsyncStreams.DocFx/wwwroot
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Publish
uses: JamesIves/github-pages-deploy-action@4
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: docs/Ndjson.AsyncStreams.DocFx/wwwroot

0 comments on commit a3eea5d

Please sign in to comment.