Skip to content

Commit 502d3b4

Browse files
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 0af1859 commit 502d3b4

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
@@ -269,7 +269,7 @@ jobs:
269269

270270
- name: Publish site
271271
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
272-
uses: peaceiris/actions-gh-pages@v3.9.3
272+
uses: peaceiris/actions-gh-pages@v4.0.0
273273
with:
274274
github_token: ${{ secrets.GITHUB_TOKEN }}
275275
publish_dir: site/target/docs/site

0 commit comments

Comments
 (0)