Skip to content

Commit

Permalink
Updated event triggers in deploy_docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rickecon committed Apr 12, 2024
1 parent d486785 commit 7fd2f4c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
- master
paths:
- './docs/**.png'
- './docs/book/content/calibration/images/**.png'
- './docs/README.md'
- './docs/book/**.yml'
- './docs/book/**.bib'
- './docs/book/content/*'
- '**.md'
- './docs/book/content/api/**.rst'
- './ogusa/**.py'
jobs:
build-and-deploy:
Expand Down

0 comments on commit 7fd2f4c

Please sign in to comment.