Update JamesIves/github-pages-deploy-action in GHA workflow to v4.4.1

master
Dirk Stolle 2 years ago
parent e3582b7002
commit 4f132ff70d
  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