Skip to content

Commit

Permalink
Run book build on all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
palfrey committed Aug 3, 2021
1 parent 109b82f commit a14035d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Build and deploy documentation book

on:
push:
branches:
- master
pull_request:

jobs:
book:
Expand Down Expand Up @@ -31,6 +30,7 @@ jobs:
- name: Deploy book
uses: JamesIves/github-pages-deploy-action@4.1.4
if: ${{ github.ref == 'refs/heads/master' }}
with:
branch: gh-pages
folder: docs
Expand Down

0 comments on commit a14035d

Please sign in to comment.