Skip to content

Commit 5172010

Browse files
authored
Merge pull request #513 from scala-js/dependabot/github_actions/JamesIves/github-pages-deploy-action-4.1.5
Bump JamesIves/github-pages-deploy-action from 3.6.2 to 4.1.5
2 parents 8cd10db + 8b1a35b commit 5172010

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)