Skip to content

Commit 656d3c8

Browse files
authored
Merge pull request #915 from fsprojects/dependabot/github_actions/peaceiris/actions-gh-pages-4
Bump peaceiris/actions-gh-pages from 3 to 4
2 parents 26f3300 + 0e5a5bd commit 656d3c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Run CI
2222
run: dotnet fsi build.fsx
2323
- name: Deploy docs
24-
uses: peaceiris/actions-gh-pages@v3
24+
uses: peaceiris/actions-gh-pages@v4
2525
with:
2626
personal_token: ${{ secrets.GITHUB_TOKEN }}
2727
publish_dir: ./output

0 commit comments

Comments
 (0)