Skip to content

Commit d2b19e2

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

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/sync-docs.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
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:
14+
if: false
1415
runs-on: ubuntu-latest
1516
steps:
1617
- name: Checkout

0 commit comments

Comments
 (0)