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

juzhiyuan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-apisix-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 1bb97a2  Change Hugo version in GitHub Action (#42)
1bb97a2 is described below

commit 1bb97a2785d26f6871505fc06fdbb9ccedb693b9
Author: Rapiz <[email protected]>
AuthorDate: Tue May 26 13:00:49 2020 +0800

    Change Hugo version in GitHub Action (#42)
---
 .github/workflows/build.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 701528a..c55e5a5 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -22,6 +22,8 @@ jobs:
       
     - name: Hugo setup
       uses: peaceiris/[email protected]
+      with:
+        hugo-version: '0.58.3'
     
     - name: Build
       run: hugo

Reply via email to