Skip to content

Commit

Permalink
Upgrade Generate documentation action to the latest versions of actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vers-one authored Jun 4, 2024
1 parent 57a921e commit dda2d3e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/generate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
runs-on: windows-2022
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 7
- name: Restore dependencies
Expand All @@ -33,11 +33,11 @@ jobs:
- name: Run DocFX
run: docfx.console\tools\docfx.exe Documentation\docfx.json
- name: Setup Pages
uses: actions/configure-pages@v1
uses: actions/configure-pages@v5
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3
with:
path: './Documentation/docfx_output'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@main
uses: actions/deploy-pages@v4

0 comments on commit dda2d3e

Please sign in to comment.