Skip to content

Commit 8122bf8

Browse files
authored
Merge pull request #1000 from fsharp/dependabot/github_actions/peaceiris/actions-gh-pages-4
Bump peaceiris/actions-gh-pages from 3 to 4
2 parents 4facc96 + 71af261 commit 8122bf8

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
@@ -44,7 +44,7 @@ jobs:
4444
DOTNET_ROLL_FORWARD_TO_PRERELEASE: "1"
4545
run: dotnet fsdocs build --eval --sourcefolder fsharp --input fsharp/docs
4646
- name: Deploy
47-
uses: peaceiris/actions-gh-pages@v3
47+
uses: peaceiris/actions-gh-pages@v4
4848
with:
4949
personal_token: ${{ secrets.GITHUB_TOKEN }}
5050
publish_dir: ./output

0 commit comments

Comments
 (0)