Skip to content

Commit 8cc8129

Browse files
committed
up to latest F#F master
1 parent c4d07db commit 8cc8129

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Build FSharp.Formatting master
3434
run: cd FSharp.Formatting && .\build -t Build
3535
- name: Run fsdocs
36-
run: FSharp.Formatting\src\FSharp.Formatting.CommandTool\bin\Release\netcoreapp3.1\fsdocs.exe build --sourcefolder fsharp
36+
run: FSharp.Formatting\src\FSharp.Formatting.CommandTool\bin\Release\netcoreapp3.1\fsdocs.exe build --sourcefolder fsharp --parameters fsdocs-navbar-position fixed-left
3737
- name: Deploy
3838
uses: peaceiris/actions-gh-pages@v3
3939
with:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ For now, we want to pick up the latest copies of FSharp.Formatting and FSharp.Co
6363

6464
Then do iterative development using:
6565

66-
FSharp.Formatting\src\FSharp.Formatting.CommandTool\bin\Release\netcoreapp3.1\fsdocs.exe watch --sourcefolder fsharp
66+
FSharp.Formatting\src\FSharp.Formatting.CommandTool\bin\Release\netcoreapp3.1\fsdocs.exe watch --sourcefolder fsharp --parameters fsdocs-navbar-position fixed-left
6767

6868
## CI Pipeline
6969

0 commit comments

Comments
 (0)