File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments