Skip to content

Commit

Permalink
Merge branch 'fixing-failing-pipeline'
Browse files Browse the repository at this point in the history
  • Loading branch information
ben_singer committed Nov 18, 2024
2 parents 95e989a + cf091bb commit 33e5c1e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ jobs:
- name: Install dependencies
run: dotnet restore

- name: Install node.js
uses: actions/setup-node@v4
with:
node-version: 22

- name: Update docfx
run: dotnet tool update -g docfx

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
- name: Install dependencies
run: dotnet restore

- name: Install node.js
uses: actions/setup-node@v4
with:
node-version: 22

- name: Update docfx
run: dotnet tool update -g docfx

Expand Down
2 changes: 1 addition & 1 deletion docs/docfx/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"_appLogoPath": "images/logo.png",
"_appFaviconPath": "images/logo.png",
"_enableSearch": true,
"pdf": true
"pdf": false
}
}
}

0 comments on commit 33e5c1e

Please sign in to comment.