Skip to content

Commit 8b1a35b

Browse files
committed
Migrate github-pages-deploy-action settings
These changes are required for v4 See JamesIves/github-pages-deploy-action#592
1 parent d05e681 commit 8b1a35b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ghpages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
- name: Deploy
2222
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)