Mirror of https://github.com/roostorg/coop github.com/roostorg/coop
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Reduce actions workflows for mdbook (#65)

authored by

Juan Mrad and committed by
GitHub
3f8c425d 5133c83e

+4 -1
+4 -1
.github/workflows/mdbook.yml
··· 1 1 name: Deploy mdBook site to Pages 2 2 3 3 on: 4 - # Runs on pushes targeting the default branch 4 + # Runs on pushes targeting the default branch, only when docs or this workflow change 5 5 push: 6 6 branches: ["main"] 7 + paths: 8 + - "docs/**" 9 + - ".github/workflows/mdbook.yml" 7 10 8 11 # Allows you to run this workflow manually from the Actions tab 9 12 workflow_dispatch: