Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ctian1 committed Jun 15, 2024
1 parent 3983ca1 commit 030646d
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 @@ -5,7 +5,7 @@ name: book

on:
push:
branches: [main]
branches: [main, chris/fix-book]
pull_request:
branches: [main]
paths:
Expand Down Expand Up @@ -135,4 +135,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v2

0 comments on commit 030646d

Please sign in to comment.