You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hugegraph.apache.org by ji...@apache.org on 2022/09/15 05:21:36 UTC

[incubator-hugegraph-doc] 02/06: init hugo.yml + 1.

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) <Da...@gmail.com>
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/setup-node@v2.4.0
-          with:
-            node-version: "16"
+        uses: actions/setup-node@v2.4.0
+        with:
+          node-version: "16"
             
       - name: Setup Hugo
         uses: peaceiris/actions-hugo@v2