Skip to content

Commit 5d3f070

Browse files
committed
chore: Update docs generation workflow and standardize README filenames
- Update .NET version from 8 to 9 in GitHub Actions workflow - Change docfx action from CaseyHofland/docfx-unitypackage to Bli-AIk/docfx-unitypackage - Rename readme.md and its meta file to uppercase README.md for consistency
1 parent b9fe1dc commit 5d3f070

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/generate-docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
with:
1919
submodules: true
2020

21-
- name: Setup .NET 8
21+
- name: Setup .NET 9
2222
uses: actions/setup-dotnet@v4
2323
with:
24-
dotnet-version: '8.0'
24+
dotnet-version: '9.0'
2525

2626

2727
- name: Build
28-
uses: CaseyHofland/docfx-unitypackage@v1
28+
uses: Bli-AIk/docfx-unitypackage@v1
2929
with:
3030
github_token: ${{ secrets.GITHUB_TOKEN }}
3131

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)