Skip to content

Commit

Permalink
Disable windows build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgarbar authored and gsvgit committed Apr 4, 2024
1 parent 7fe8ff3 commit b37dfe2
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,6 @@ on:
workflow_dispatch:

jobs:
win-build:
name: Windows Build Docs
runs-on: windows-latest
defaults:
run:
shell: cmd
steps:
- name: System Info
run: systeminfo

- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
global-json-file: global.json

- name: Build
run: ./build.cmd BuildDocs
env:
CI: true

linux-build:
name: Linux Build Docs
runs-on: ubuntu-latest
Expand Down

0 comments on commit b37dfe2

Please sign in to comment.