Skip to content

Commit 712e055

Browse files
committed
Add eval flag
1 parent 2fcdcdb commit 712e055

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
DOTNET_ROLL_FORWARD: "LatestMajor"
4343
# need previews because .NET 8 is what's being used at runtime
4444
DOTNET_ROLL_FORWARD_TO_PRERELEASE: "1"
45-
run: dotnet fsdocs build --sourcefolder fsharp --input fsharp/docs
45+
run: dotnet fsdocs build --eval --sourcefolder fsharp --input fsharp/docs
4646
- name: Deploy
4747
uses: peaceiris/actions-gh-pages@v3
4848
with:

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
DOTNET_ROLL_FORWARD: "LatestMajor"
3939
# need previews because .NET 8 is what's being used at runtime
4040
DOTNET_ROLL_FORWARD_TO_PRERELEASE: "1"
41-
run: dotnet fsdocs build --sourcefolder fsharp --input fsharp/docs
41+
run: dotnet fsdocs build --eval --sourcefolder fsharp --input fsharp/docs

0 commit comments

Comments
 (0)