Skip to content

Commit 2526b5c

Browse files
Run prePR with sbt-typelevel
Executed command: sbt tlPrePrBotHook
1 parent 33d3b2c commit 2526b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ jobs:
395395

396396
- name: Publish site
397397
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
398-
uses: peaceiris/actions-gh-pages@v3.9.3
398+
uses: peaceiris/actions-gh-pages@v4.0.0
399399
with:
400400
github_token: ${{ secrets.GITHUB_TOKEN }}
401401
publish_dir: site/target/docs/site

0 commit comments

Comments
 (0)