From f60f39d6c7cab4a18d4f9abcc7fe0bd36c9c407f Mon Sep 17 00:00:00 2001 From: tison Date: Thu, 2 May 2024 10:35:34 +0800 Subject: [PATCH] build: fixup follow asfyaml rules (#4566) Signed-off-by: tison --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index a7276af3d2af..ead8f97250c9 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -486,7 +486,7 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: website/build - publish_branch: site/main + publish_branch: site/main-staging - name: Deploy to rc staged uses: peaceiris/actions-gh-pages@v3.9.2 @@ -494,7 +494,7 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: website/build - publish_branch: site/${{ github.ref_name }} + publish_branch: site/${{ github.ref_name }}-staging - name: Clear build run: rm -rf ./website/build