Skip to content

Commit e30b310

Browse files
committed
chore(ci): update deployer version
1 parent a1e6b7b commit e30b310

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
createrepo --database ./repo/rpm
5656
5757
- name: Publish to GithubPages
58-
uses: JamesIves/github-pages-deploy-action@3.5.7
58+
uses: JamesIves/github-pages-deploy-action@4.1.1
5959
with:
60-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61-
BRANCH: gh-pages
62-
FOLDER: repo
60+
token: ${{ secrets.GITHUB_TOKEN }}
61+
branch: gh-pages
62+
folder: repo

0 commit comments

Comments
 (0)