We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5f3d9d + 47e4c68 commit 4606ce9Copy full SHA for 4606ce9
.github/workflows/main.yml
@@ -8,9 +8,14 @@ on:
8
9
jobs:
10
build:
11
+ name: Deploy Site to GitHub Pages
12
runs-on: ubuntu-latest
13
steps:
- - uses: actions/checkout@v2
14
+ - uses: actions/checkout@v4
15
+
16
+ - uses: actions/setup-dotnet@v4
17
+ with:
18
+ dotnet-version: '9'
19
20
- name: Publish app
21
run: cd site/Site && dotnet publish -c Release
.github/workflows/push.yml
@@ -7,9 +7,14 @@ on:
7
+ name: Push packages to NuGet
- - uses: actions/checkout@v3
- name: Pack Blazor.Diagrams.Core
working-directory: src/Blazor.Diagrams.Core
0 commit comments