Skip to content

Commit

Permalink
Add eval flag
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Dec 14, 2023
1 parent 2fcdcdb commit 712e055
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
DOTNET_ROLL_FORWARD: "LatestMajor"
# need previews because .NET 8 is what's being used at runtime
DOTNET_ROLL_FORWARD_TO_PRERELEASE: "1"
run: dotnet fsdocs build --sourcefolder fsharp --input fsharp/docs
run: dotnet fsdocs build --eval --sourcefolder fsharp --input fsharp/docs
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
DOTNET_ROLL_FORWARD: "LatestMajor"
# need previews because .NET 8 is what's being used at runtime
DOTNET_ROLL_FORWARD_TO_PRERELEASE: "1"
run: dotnet fsdocs build --sourcefolder fsharp --input fsharp/docs
run: dotnet fsdocs build --eval --sourcefolder fsharp --input fsharp/docs

0 comments on commit 712e055

Please sign in to comment.