Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrejournet committed Oct 13, 2024
1 parent 3fb7bf2 commit b97987d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy-docs-to-gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
generate-docs:
runs-on: windows-latest
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand All @@ -19,9 +19,7 @@ jobs:
dotnet-version: '8.0.x'

- name: Setup DocFX
uses: crazy-max/ghaction-chocolatey@v1
with:
args: install docfx
run: dotnet tool install -g docfx

- name: Install dependencies
run: dotnet restore
Expand Down

0 comments on commit b97987d

Please sign in to comment.