From 68d8d038347177778391231e54668514c171f03b Mon Sep 17 00:00:00 2001 From: Alexandru Ciobanu Date: Wed, 3 Sep 2025 08:36:52 +0100 Subject: [PATCH] fix: update GitHub Actions workflow for documentation repository - Changed the repository reference from `bucketco/docs` to `reflag/docs`. - Updated the path for the checked-out documentation from `bucket-docs` to `reflag-docs`. --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 547a187e..db251554 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,9 +33,9 @@ jobs: - name: Checkout docs with SSH uses: actions/checkout@v3 with: - repository: bucketco/docs + repository: reflag/docs ssh-key: ${{ secrets.DOCS_DEPLOY_KEY }} - path: bucket-docs + path: reflag-docs - name: Copy generated docs to docs repo run: | rm -rf reflag-docs/sdk