From d2b19e290d563ed80b188d875c0121059b449fc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9?= Date: Sat, 2 Mar 2024 19:14:29 +0100 Subject: [PATCH] refactor(docs): deactivate docs sync for v2 --- .github/workflows/sync-docs.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/workflows/sync-docs.yml b/.github/workflows/sync-docs.yml index 2d618803..4016883f 100644 --- a/.github/workflows/sync-docs.yml +++ b/.github/workflows/sync-docs.yml @@ -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