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

jin pushed a commit to branch test-build
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git


The following commit(s) were added to refs/heads/test-build by this push:
     new 0f59d0f3 Update hugo.yml
0f59d0f3 is described below

commit 0f59d0f3c1708b7482fe7cbae3056a82ce67d8c8
Author: imbajin <[email protected]>
AuthorDate: Wed Sep 14 19:57:45 2022 +0800

    Update hugo.yml
---
 .github/workflows/hugo.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml
index 081dc0a2..22269b2d 100644
--- a/.github/workflows/hugo.yml
+++ b/.github/workflows/hugo.yml
@@ -66,5 +66,5 @@ jobs:
           # Refer: https://github.com/marketplace/actions/github-pages-action
           publish_dir: ./public
           publish_branch: asf-site
-          exclude_assets: '.github,.asf.yaml'
+          keep_files: true # easy way to keep ".asf.yaml" file
           commit_message: ${{ github.event.head_commit.message }}

Reply via email to