Skip to content

Commit 1a21379

Browse files
committed
docs: use PackageProjectUrl as fsdocs root instead of --root flag
fsdocs reads PackageProjectUrl as the site root automatically. Point PackageProjectUrl at the GitHub Pages docs site; RepositoryUrl retains the GitHub repo link. Remove the now-redundant --root flag from the workflow.
1 parent fffdcaf commit 1a21379

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: dotnet build src/FSharp.Control.TaskSeq/FSharp.Control.TaskSeq.fsproj -c Release
3636

3737
- name: Build docs
38-
run: dotnet fsdocs build --properties Configuration=Release --eval --root https://fsprojects.github.io/FSharp.Control.TaskSeq/
38+
run: dotnet fsdocs build --properties Configuration=Release --eval
3939

4040
- name: Deploy to GitHub Pages
4141
uses: peaceiris/actions-gh-pages@v4

src/FSharp.Control.TaskSeq/FSharp.Control.TaskSeq.fsproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The 'taskSeq' computation expression adds support for awaitable asynchronous seq
1414

1515
Generates optimized IL code through resumable state machines, and comes with a comprehensive set of functions in module 'TaskSeq'. See README for documentation and more info.</Description>
1616
<Copyright>Copyright 2022-2024</Copyright>
17-
<PackageProjectUrl>https://github.com/fsprojects/FSharp.Control.TaskSeq</PackageProjectUrl>
17+
<PackageProjectUrl>https://fsprojects.github.io/FSharp.Control.TaskSeq/</PackageProjectUrl>
1818
<RepositoryUrl>https://github.com/fsprojects/FSharp.Control.TaskSeq</RepositoryUrl>
1919
<PackageIcon>taskseq-icon.png</PackageIcon>
2020
<PackageOutputPath>..\..\packages</PackageOutputPath>

0 commit comments

Comments
 (0)