From e30b3100dbb3b2bb19ac8ace0c86414e4aba7460 Mon Sep 17 00:00:00 2001 From: Mustafa ARICI Date: Sun, 4 Apr 2021 21:36:01 +0300 Subject: [PATCH] chore(ci): update deployer version --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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