Skip to content

Commit 705f281

Browse files
committed
ci: update deploy-docs workflow to update docs everytime that the docs are changed
1 parent 9e0d0dc commit 705f281

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ name: deploy docs site to Pages
22

33
on:
44
push:
5-
tags:
6-
- "v*"
5+
branches: main
6+
paths:
7+
- "docs/**"
8+
- ".github/workflows/deploy-docs.yml"
79
paths-ignore:
810
- ".devcontainer/**"
911
- ".github/**"

0 commit comments

Comments
 (0)