Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
run: dotnet paket restore
- name: Build and test
run: dotnet fake build -t All
- name: Build docs
run: dotnet fsdocs build --properties Configuration=Release --clean --strict --eval

build-ubuntu:

Expand All @@ -37,3 +39,5 @@ jobs:
run: dotnet paket restore
- name: Build and test
run: dotnet fake build -t RunTests
- name: Build docs
run: dotnet fsdocs build --properties Configuration=Release --clean --strict --eval
2 changes: 1 addition & 1 deletion .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build and test
run: dotnet fake build -t All
- name: Build docs
run: dotnet fsdocs build --properties Configuration=Release --clean
run: dotnet fsdocs build --properties Configuration=Release --clean --strict --eval
- name: Deploy documentation from master
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Several other fixes:
* [HTML parsing for attributes not separated by a space](https://github.com/fsprojects/FSharp.Data/pull/1327)
* [Update JsonProvider.fsx](https://github.com/fsprojects/FSharp.Data/pull/1334)
* [Pluralizer - Add "slices" to special cases](https://github.com/fsprojects/FSharp.Data/pull/1335)
* [add ResolutionFolder=__SOURCE_DIRECTORY__ to docs](https://github.com/fsprojects/FSharp.Data/pull/1344)
* [add ResolutionFolder=ResolutionFolder to docs](https://github.com/fsprojects/FSharp.Data/pull/1344)
* [fix links in docs/tools/generate.fsx](https://github.com/fsprojects/FSharp.Data/pull/1348)
* [Revamp docs generation and move to .NET Standard 2.0 only](https://github.com/fsprojects/FSharp.Data/pull/1350)

Expand Down
254 changes: 0 additions & 254 deletions docs/ja/contributing.md

This file was deleted.

Loading