Skip to content

Commit f6c325d

Browse files
committed
ci(docs): only re-deploy docs when any file in docs has changed
1 parent 72807e1 commit f6c325d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Deploy Docs
22
on:
33
push:
4-
branches:
5-
- "master"
4+
branches: [master]
5+
paths: [docs/**]
66

77
jobs:
88
deploy-docs:

0 commit comments

Comments
 (0)