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

This commit is contained in:
Renovate Bot 2021-02-08 05:51:32 +00:00
parent ed805cb736
commit 78a15f7802
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B

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@3.7.1 uses: JamesIves/github-pages-deploy-action@4.0.0
with: with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages BRANCH: gh-pages