diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a76d91e..97bb59a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 \ No newline at end of file + token: ${{ secrets.GITHUB_TOKEN }} + branch: gh-pages + folder: repo \ No newline at end of file