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.
1 parent 7fe8ff3 commit b37dfe2Copy full SHA for b37dfe2
.github/workflows/build-docs.yml
@@ -6,27 +6,6 @@ on:
6
workflow_dispatch:
7
8
jobs:
9
- win-build:
10
- name: Windows Build Docs
11
- runs-on: windows-latest
12
- defaults:
13
- run:
14
- shell: cmd
15
- steps:
16
- - name: System Info
17
- run: systeminfo
18
-
19
- - uses: actions/checkout@v3
20
- - name: Setup .NET
21
- uses: actions/setup-dotnet@v3
22
- with:
23
- global-json-file: global.json
24
25
- - name: Build
26
- run: ./build.cmd BuildDocs
27
- env:
28
- CI: true
29
30
linux-build:
31
name: Linux Build Docs
32
runs-on: ubuntu-latest
0 commit comments