Skip to content

Commit

Permalink
Merge pull request #6 from cBournhonesque/cb/update-book-actions
Browse files Browse the repository at this point in the history
Only run book github actions if book files were modified
  • Loading branch information
cBournhonesque authored Dec 3, 2023
2 parents 4495e55 + 6c07201 commit b316bc3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/book.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Deploy
name: Update Book
on:
push:
paths:
- "book/**"
branches:
- main

Expand Down

0 comments on commit b316bc3

Please sign in to comment.