Skip to content

Commit

Permalink
Update release_gh_pages.yml (#1868)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanenkoVladimir authored Mar 16, 2021
1 parent 16f66f1 commit 4b365f4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release_gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ jobs:
workdir: ./visualization

- name: Deploy
uses: JamesIves/github-pages-deploy-action@3.7.1
uses: JamesIves/github-pages-deploy-action@4.1.0
with:
ACCESS_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
BRANCH: main
FOLDER: gh-pages
CLEAN: true
token: ${{ secrets.DEPLOY_TOKEN }}
branch: main
folder: gh-pages
clean: true

0 comments on commit 4b365f4

Please sign in to comment.