File tree Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Expand file tree Collapse file tree 4 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 - name : Restore dependencies
115115 run : dotnet restore
116116 - name : Run Fornax
117- run : make docs
117+ run : make --directory= docs
118118 - name : Deploy (if tag)
119119 if : startsWith(github.ref, 'refs/tags/')
120120 uses : peaceiris/actions-gh-pages@v3
Original file line number Diff line number Diff line change @@ -405,7 +405,8 @@ FodyWeavers.xsd
405405tmp /
406406temp /
407407.fsdocs
408- docs /
408+ docs /*
409+ ! docs /Makefile
409410
410411# ===================================================
411412# OS files
Original file line number Diff line number Diff line change 77
88selfcheck :
99 dotnet fsi build.fsx --target SelfCheck
10-
11- # add docs to .PHONY target because docs directory already exists and Make considers it "up to date" and skips execution.
12- .PHONY : docs
13- docs :
14- dotnet fsi build.fsx --target Docs
15-
Original file line number Diff line number Diff line change 1+ all :
2+ dotnet fsi build.fsx --target Docs
You can’t perform that action at this time.
0 commit comments