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 68d90cd commit d2b19e2
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/sync-docs.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
name: "Sync docs"

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

jobs:
sync-docs:
if: false
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit d2b19e2

Please sign in to comment.