diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 6fb52207..65f6524b 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Clone docs repository - run: git clone https://x-access-token:${{ secrets.GH_PAT_TOKEN }}@github.com/hyperweb-io/docs.git external-docs + run: git clone https://x-access-token:${{ secrets.GH_PAT_TOKEN }}@github.com/hyperweb-io/docs.hyperweb.io.git external-docs - name: Sync the docs run: |