Skip to content

Commit 11f0036

Browse files
committed
Merge branch 'series/1.x' into merge-1.x
2 parents fbfd484 + 5172010 commit 11f0036

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ghpages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
run: sbt readme/run
2020

2121
- name: Deploy
22-
uses: JamesIves/github-pages-deploy-action@3.6.2
22+
uses: JamesIves/github-pages-deploy-action@4.1.5
2323
with:
24-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25-
BRANCH: gh-pages
26-
FOLDER: readme/target/scalatex
24+
token: ${{ secrets.GITHUB_TOKEN }}
25+
branch: gh-pages
26+
folder: readme/target/scalatex

0 commit comments

Comments
 (0)