Skip to content

Commit

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

Bump peaceiris/actions-gh-pages from 3 to 4
  • Loading branch information
nojaf authored Apr 15, 2024
2 parents ad2c0c4 + 25f1776 commit e2fbe97
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 @@ -42,7 +42,7 @@ jobs:
DOTNET_ROLL_FORWARD_TO_PRERELEASE: "1"
run: dotnet fsdocs build --sourcefolder ${{ env.FSHARP_DIR }}
- 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 e2fbe97

Please sign in to comment.