From 09cda8ba65bec9fcb4ad1176624e93b8633c2357 Mon Sep 17 00:00:00 2001 From: Alleria Date: Thu, 27 Jun 2024 22:22:19 -0700 Subject: [PATCH] update workflow --- .github/workflows/documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 732b6386..b72e796e 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -39,5 +39,6 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: xiaoyi_doc # Deploy to the xiaoyi_doc branch publish_dir: docs/build/ # Publish from the docs/build/ directory + destination_dir: docs # Ensure the files are placed in the correct directory # user_name: github-actions[bot] # user_email: github-actions[bot]@users.noreply.github.com