Skip to content

Commit

Permalink
Merge pull request #1000 from fsharp/dependabot/github_actions/peacei…
Browse files Browse the repository at this point in the history
…ris/actions-gh-pages-4

Bump peaceiris/actions-gh-pages from 3 to 4
  • Loading branch information
nojaf authored Apr 9, 2024
2 parents 4facc96 + 71af261 commit 8122bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
DOTNET_ROLL_FORWARD_TO_PRERELEASE: "1"
run: dotnet fsdocs build --eval --sourcefolder fsharp --input fsharp/docs
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
personal_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./output
Expand Down

0 comments on commit 8122bf8

Please sign in to comment.