Merge pull request #1223 from striezel-stash/github-pages-deploy-action-update

Update JamesIves/github-pages-deploy-action in GHA workflow to v4.4.1
master
Jesper Håkansson 2 years ago committed by GitHub
commit 73e7c3d421
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/book.yml

@ -42,7 +42,7 @@ jobs:
./build-installer ./build-installer
- name: Deploy book - name: Deploy book
uses: JamesIves/github-pages-deploy-action@4.1.4 uses: JamesIves/github-pages-deploy-action@v4.4.1
if: ${{ github.ref == 'refs/heads/master' }} if: ${{ github.ref == 'refs/heads/master' }}
with: with:
branch: gh-pages branch: gh-pages

Loading…
Cancel
Save