Skip to content

Commit

Permalink
Update deploy-book.yml
Browse files Browse the repository at this point in the history
Only run when docs runs
  • Loading branch information
nickhaddady authored Jul 8, 2024
1 parent a712cfb commit cdb27eb
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/deploy-book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@ name: deploy-book
on:
push:
branches:
- main
- lesson_content
# If your git repository has the Jupyter Book within some-subfolder next to
# unrelated files, you can make this run only if a file within that specific
# folder has been modified.
#
- main
- lesson_content
paths:
- docs/**
- 'docs/**'


# This job installs dependencies, builds the book, and pushes it to `gh-pages`
jobs:
Expand Down

0 comments on commit cdb27eb

Please sign in to comment.