|
|
@@ -55,8 +55,8 @@ jobs:
|
|
|
createrepo --database ./repo/rpm
|
|
|
|
|
|
- name: Publish to GithubPages
|
|
|
- uses: JamesIves/github-pages-deploy-action@3.5.7
|
|
|
+ uses: JamesIves/github-pages-deploy-action@4.1.1
|
|
|
with:
|
|
|
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
|
- BRANCH: gh-pages
|
|
|
- FOLDER: repo
|
|
|
+ token: ${{ secrets.GITHUB_TOKEN }}
|
|
|
+ branch: gh-pages
|
|
|
+ folder: repo
|