We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d47c9f4 commit 8ae3d59Copy full SHA for 8ae3d59
1 file changed
.github/workflows/static.yml
@@ -29,7 +29,7 @@ jobs:
29
environment:
30
name: github-pages
31
url: ${{ steps.deployment.outputs.page_url }}
32
- runs-on: ubuntu-latest
+ runs-on: windows-2022
33
steps:
34
- name: Checkout
35
uses: actions/checkout@v3
@@ -39,6 +39,10 @@ jobs:
39
uses: actions/setup-dotnet@v2
40
with:
41
dotnet-version: '6.x'
42
+ - name: Set up MinGW
43
+ uses: egor-tensin/setup-mingw@v2
44
+ with:
45
+ platform: x64
46
- name: Download docfx
47
run: wget https://github.com/dotnet/docfx/releases/download/v2.59.4/docfx.zip
48
- name: Setup docfx
0 commit comments