We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4facc96 + 71af261 commit 8122bf8Copy full SHA for 8122bf8
.github/workflows/docs.yml
@@ -44,7 +44,7 @@ jobs:
44
DOTNET_ROLL_FORWARD_TO_PRERELEASE: "1"
45
run: dotnet fsdocs build --eval --sourcefolder fsharp --input fsharp/docs
46
- name: Deploy
47
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
48
with:
49
personal_token: ${{ secrets.GITHUB_TOKEN }}
50
publish_dir: ./output
0 commit comments