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.
2 parents 04655f1 + e30b310 commit 579aea8Copy full SHA for 579aea8
.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