Skip to content

Commit b37dfe2

Browse files
kirillgarbargsvgit
authored andcommitted
Disable windows build docs
1 parent 7fe8ff3 commit b37dfe2

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/build-docs.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,6 @@ on:
66
workflow_dispatch:
77

88
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-
309
linux-build:
3110
name: Linux Build Docs
3211
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)