You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: src/FSharp.Control.TaskSeq/FSharp.Control.TaskSeq.fsproj
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The 'taskSeq' computation expression adds support for awaitable asynchronous seq
14
14
15
15
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>
0 commit comments