We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e6b7b commit e30b310Copy full SHA for e30b310
.github/workflows/release.yml
@@ -55,8 +55,8 @@ jobs:
55
createrepo --database ./repo/rpm
56
57
- name: Publish to GithubPages
58
- uses: JamesIves/github-pages-deploy-action@3.5.7
+ uses: JamesIves/github-pages-deploy-action@4.1.1
59
with:
60
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61
- BRANCH: gh-pages
62
- FOLDER: repo
+ token: ${{ secrets.GITHUB_TOKEN }}
+ branch: gh-pages
+ folder: repo
0 commit comments