Final v3 master x book deployment fix (#1936)

* strip the last check off
This commit is contained in:
James Hodgkinson 2023-08-03 15:14:23 +10:00 committed by GitHub
parent 467b3a3f58
commit 8a97d58084
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -129,7 +129,9 @@ jobs:
with:
# Upload entire repository
path: 'docs/'
- name: what's the state
run: |
echo "${github.event}"
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
if: github.event.pull_request.merged == true