Run book build on all branches

master
Tom Parker-Shemilt 4 years ago
parent 109b82fc39
commit a14035d546
  1. 4
      .github/workflows/book.yml

@ -2,8 +2,7 @@ name: Build and deploy documentation book
on: on:
push: push:
branches: pull_request:
- master
jobs: jobs:
book: book:
@ -31,6 +30,7 @@ jobs:
- name: Deploy book - name: Deploy book
uses: JamesIves/github-pages-deploy-action@4.1.4 uses: JamesIves/github-pages-deploy-action@4.1.4
if: ${{ github.ref == 'refs/heads/master' }}
with: with:
branch: gh-pages branch: gh-pages
folder: docs folder: docs

Loading…
Cancel
Save