Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
cad committed Apr 4, 2021
2 parents 04655f1 + e30b310 commit 579aea8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 579aea8

Please sign in to comment.