We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2fcdcdb + 712e055 commit 01d5a44Copy full SHA for 01d5a44
2 files changed
.github/workflows/docs.yml
@@ -42,7 +42,7 @@ jobs:
42
DOTNET_ROLL_FORWARD: "LatestMajor"
43
# need previews because .NET 8 is what's being used at runtime
44
DOTNET_ROLL_FORWARD_TO_PRERELEASE: "1"
45
- run: dotnet fsdocs build --sourcefolder fsharp --input fsharp/docs
+ run: dotnet fsdocs build --eval --sourcefolder fsharp --input fsharp/docs
46
- name: Deploy
47
uses: peaceiris/actions-gh-pages@v3
48
with:
.github/workflows/pr.yml
@@ -38,4 +38,4 @@ jobs:
38
39
40
41
0 commit comments