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 174d22e commit d9b200b
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: 8.0.x
dotnet-version: 6.0.x

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

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

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

0 comments on commit d9b200b

Please sign in to comment.