Skip to content

Commit d98ae91

Browse files
committed
restore tools in deploy action
1 parent 8d7726d commit d98ae91

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
dotnet-version: 8.x.x
2121
- name: make script executable
2222
run: chmod u+x build.sh
23+
- name: restore tools
24+
run: dotnet tool restore
2325
- name: Build Docs
2426
working-directory: ./
2527
run: ./build.sh builddocs

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,3 +400,4 @@ FodyWeavers.xsd
400400
*.sln.iml
401401
/tmp/watch
402402
/.fsdocs
403+
/output

docs/index.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# BioFSharp.XYZ
33
44
![Logo](/img/Logo_large.png)
5-
5+
66
you can write markdown in these comment brackets `(** ... *)`
77
*)
88

0 commit comments

Comments
 (0)