Skip to content

Commit

Permalink
Merge branch 'master' into revert-waitfornetworkidle-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
kblok authored Feb 14, 2025
2 parents e4b3f3a + d9fdbfd commit af34300
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
DOTNET_VERSION: '8.0.x' # The .NET SDK version to use

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
with:
Expand All @@ -32,13 +32,13 @@ jobs:
docfx metadata docfx_project\docfx.json
docfx build docfx_project\docfx.json -o docs
- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: 'docs'
- name: Publish Documentation on GitHub Pages
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4
id: deployment
- name: Upload Site to artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit af34300

Please sign in to comment.