Skip to content

Commit e2fbe97

Browse files
authored
Merge pull request #101 from fsharp/dependabot/github_actions/peaceiris/actions-gh-pages-4
Bump peaceiris/actions-gh-pages from 3 to 4
2 parents ad2c0c4 + 25f1776 commit e2fbe97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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_TO_PRERELEASE: "1"
4343
run: dotnet fsdocs build --sourcefolder ${{ env.FSHARP_DIR }}
4444
- name: Deploy
45-
uses: peaceiris/actions-gh-pages@v3
45+
uses: peaceiris/actions-gh-pages@v4
4646
with:
4747
personal_token: ${{ secrets.GITHUB_TOKEN }}
4848
publish_dir: ./output

0 commit comments

Comments
 (0)