Skip to content

Commit

Permalink
Update docfx_deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed May 3, 2024
1 parent 84744c3 commit a408851
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docfx_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ jobs:
- name: 🚧 Setup .NET Core
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x

- name: 🚧 Setup docfx
run: dotnet tool update -g docfx

- name: 🚧 Restore dependencies
run: dotnet restore
- name: 🚧 Build Project Release R23
run: dotnet build -c "Release R23" -p:Configuration=R23
- name: 🚧 Build Project Release R25
run: dotnet build -c "Release R25" -p:Configuration=R25

- name: 📚 Build Docs
working-directory: docs
Expand Down

0 comments on commit a408851

Please sign in to comment.