This is an automated email from the ASF dual-hosted git repository.
gangwu pushed a commit to branch production
in repository https://gitbox.apache.org/repos/asf/parquet-site.git
The following commit(s) were added to refs/heads/production by this push:
new 27a862b downgrade hugo (#55)
27a862b is described below
commit 27a862b8e45bb25a5cbc098697968b38c0f8d848
Author: Vinoo Ganesh <[email protected]>
AuthorDate: Thu May 9 10:16:20 2024 +0200
downgrade hugo (#55)
---
.github/workflows/deploy.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml
index a236190..1af88d3 100644
--- a/.github/workflows/deploy.yml
+++ b/.github/workflows/deploy.yml
@@ -18,7 +18,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
- hugo-version: 'latest'
+ hugo-version: '0.124.1'
extended: true
- uses: actions/setup-node@v4