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 ad2c0c4 + 25f1776 commit e2fbe97Copy full SHA for e2fbe97
.github/workflows/docs.yml
@@ -42,7 +42,7 @@ jobs:
42
DOTNET_ROLL_FORWARD_TO_PRERELEASE: "1"
43
run: dotnet fsdocs build --sourcefolder ${{ env.FSHARP_DIR }}
44
- name: Deploy
45
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
46
with:
47
personal_token: ${{ secrets.GITHUB_TOKEN }}
48
publish_dir: ./output
0 commit comments