Skip to content

Commit

Permalink
Merge pull request #706 from typelevel/bump-actions-gh-pages
Browse files Browse the repository at this point in the history
Bump peaceiris/actions-gh-pages to 4.0.0
  • Loading branch information
armanbilge authored May 6, 2024
2 parents 618e056 + 62ad2d2 commit b3bbce2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ jobs:

- name: Publish site
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
uses: peaceiris/actions-gh-pages@v3.9.3
uses: peaceiris/actions-gh-pages@v4.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: mdocs/target/docs/site
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ object TypelevelSitePlugin extends AutoPlugin {
def publishSiteWorkflowStep(publishPredicate: RefPredicate) =
List(
WorkflowStep.Use(
UseRef.Public("peaceiris", "actions-gh-pages", "v3.9.3"),
UseRef.Public("peaceiris", "actions-gh-pages", "v4.0.0"),
Map(
"github_token" -> s"$${{ secrets.GITHUB_TOKEN }}",
"publish_dir" -> {
Expand Down

0 comments on commit b3bbce2

Please sign in to comment.