This is an automated email from the ASF dual-hosted git repository. jin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git
commit 7ea36b5b4976ddc5a6bfedd1f8e358026b1b5a1c Author: DamonXue(Fibonacci) <[email protected]> AuthorDate: Mon Sep 12 15:29:11 2022 +0800 init hugo.yml + 1. --- .github/workflows/hugo.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 2bd95a36..f2709b71 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -54,9 +54,9 @@ jobs: fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - name: Setup Node - uses: actions/[email protected] - with: - node-version: "16" + uses: actions/[email protected] + with: + node-version: "16" - name: Setup Hugo uses: peaceiris/actions-hugo@v2
