Skip to content

Commit

Permalink
Updated versions of the pages deploy and artifact actions
Browse files Browse the repository at this point in the history
  • Loading branch information
justalemon committed Dec 20, 2023
1 parent 34424de commit 8e69adc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ jobs:
working-directory: bin/Release
- run: dotnet tool update -g docfx
- run: docfx docs/docfx.json
- uses: actions/upload-pages-artifact@v1.0.7
- uses: actions/upload-pages-artifact@v2.0.0
with:
path: "docs/_site"
- uses: actions/deploy-pages@v1.2.4
- uses: actions/deploy-pages@v3.0.1
github-package-registry:
runs-on: ubuntu-22.04
if: ${{ github.ref == 'refs/heads/master' }}
Expand Down

0 comments on commit 8e69adc

Please sign in to comment.