We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d7726d commit d98ae91Copy full SHA for d98ae91
.github/workflows/deploy-docs.yml
@@ -20,6 +20,8 @@ jobs:
20
dotnet-version: 8.x.x
21
- name: make script executable
22
run: chmod u+x build.sh
23
+ - name: restore tools
24
+ run: dotnet tool restore
25
- name: Build Docs
26
working-directory: ./
27
run: ./build.sh builddocs
.gitignore
@@ -400,3 +400,4 @@ FodyWeavers.xsd
400
*.sln.iml
401
/tmp/watch
402
/.fsdocs
403
+/output
docs/index.fsx
@@ -2,7 +2,7 @@
2
# BioFSharp.XYZ
3
4

5
-
+
6
you can write markdown in these comment brackets `(** ... *)`
7
*)
8
0 commit comments