This is an automated email from the ASF dual-hosted git repository.

tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fesod.git


The following commit(s) were added to refs/heads/main by this push:
     new 68795fa  build: force_orphan for deploying site
68795fa is described below

commit 68795faeb6e1a56cb89929dd95239f358c66ab06
Author: tison <[email protected]>
AuthorDate: Fri Sep 26 23:51:53 2025 +0800

    build: force_orphan for deploying site
    
    Signed-off-by: tison <[email protected]>
---
 .github/workflows/deploy-docs.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/deploy-docs.yml 
b/.github/workflows/deploy-docs.yml
index 2db2f68..8ce8954 100644
--- a/.github/workflows/deploy-docs.yml
+++ b/.github/workflows/deploy-docs.yml
@@ -40,3 +40,6 @@ jobs:
         with:
           github_token: ${{ secrets.GITHUB_TOKEN }}
           publish_dir: website/build
+          publish_branch: gh-pages
+          # This allows us to make our publish branch with only the latest 
commit.
+          force_orphan: true


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to