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