Skip to content

Commit

Permalink
refactor(docs): deactivate docs sync for v2
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneWerner87 committed Mar 2, 2024
1 parent 109e91a commit 68d90cd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/sync-docs.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: "Sync docs"

on:
push:
branches:
- v2
paths:
- "docs/**"
release:
types: [published]
# push:
# branches:
# - v2
# paths:
# - "docs/**"
# release:
# types: [published]

jobs:
sync-docs:
Expand Down

0 comments on commit 68d90cd

Please sign in to comment.