Skip to content

Commit 4882b4f

Browse files
committed
ci: fix docs
1 parent c9cbb1e commit 4882b4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343
- name: Build code
4444
run: dotnet build src/Perla -c Release
4545
- name: Install Dependencies
46-
run: cd docs && dotnet run --project ../src/Perla -c Release -f net9.0 --no-build --no-restore --no-launch-profile -- install
46+
run: cd docs && dotnet run --project ../src/Perla -c Release -f net10.0 --no-build --no-restore --no-launch-profile -- install
4747
- name: Generate the documentation
48-
run: cd docs && dotnet run --project ../src/Perla -c Release -f net9.0 --no-build --no-restore --no-launch-profile -- build
48+
run: cd docs && dotnet run --project ../src/Perla -c Release -f net10.0 --no-build --no-restore --no-launch-profile -- build
4949
- name: Upload documentation
5050
uses: actions/upload-pages-artifact@v3
5151
with:

0 commit comments

Comments
 (0)