We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fa8f32 commit 4b97959Copy full SHA for 4b97959
1 file changed
.github/workflows/docs.yml
@@ -23,4 +23,6 @@ jobs:
23
- name: Paket Restore
24
run: dotnet paket restore
25
- name: Build
26
+ run: dotnet build
27
+ - name: Docs
28
run: ./docs.sh
0 commit comments