Skip to content

Commit 68d90cd

Browse files
committed
refactor(docs): deactivate docs sync for v2
1 parent 109e91a commit 68d90cd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/sync-docs.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: "Sync docs"
22

33
on:
4-
push:
5-
branches:
6-
- v2
7-
paths:
8-
- "docs/**"
9-
release:
10-
types: [published]
4+
# push:
5+
# branches:
6+
# - v2
7+
# paths:
8+
# - "docs/**"
9+
# release:
10+
# types: [published]
1111

1212
jobs:
1313
sync-docs:

0 commit comments

Comments
 (0)