Update JamesIves/github-pages-deploy-action action to v4.1.0

This commit is contained in:
Renovate Bot 2021-03-04 16:14:14 +00:00 committed by renovate[bot]
parent 93f8cb5351
commit d07befdb16

View file

@ -21,7 +21,7 @@ jobs:
- name: Build docs - name: Build docs
run: sbt docs/unidoc run: sbt docs/unidoc
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@4.0.0 uses: JamesIves/github-pages-deploy-action@4.1.0
with: with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages BRANCH: gh-pages