From 86fbc0f3bfed1f07f2c67ddcaa7d0439469873ba Mon Sep 17 00:00:00 2001 From: Leandro Echevarria Date: Mon, 11 Aug 2025 13:24:40 -0300 Subject: [PATCH] docs | LAY-881 Fix wrong yaml structure --- .github/workflows/sync-docs.yaml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/sync-docs.yaml b/.github/workflows/sync-docs.yaml index 95e7848..1528129 100644 --- a/.github/workflows/sync-docs.yaml +++ b/.github/workflows/sync-docs.yaml @@ -9,11 +9,10 @@ jobs: sync: runs-on: ubuntu-latest steps: - steps: - - uses: actions/checkout@v3 - - name: GitBook Sync - uses: gitbook/gitbook-sync@v1 - with: - gitbook-token: ${{ secrets.GITBOOK_TOKEN }} - gitbook-space: ${{ secrets.GITBOOK_SPACE_ID }} - source-dir: docs/ + - uses: actions/checkout@v3 + - name: GitBook Sync + uses: gitbook/gitbook-sync@v1 + with: + gitbook-token: ${{ secrets.GITBOOK_TOKEN }} + gitbook-space: ${{ secrets.GITBOOK_SPACE_ID }} + source-dir: docs/