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

This commit is contained in:
Renovate Bot 2021-08-26 14:40:41 +00:00 committed by renovate[bot]
parent 27e3834e55
commit b63083fddf

View file

@ -23,7 +23,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.1.4 uses: JamesIves/github-pages-deploy-action@4.1.5
with: with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages BRANCH: gh-pages