Skip to content

Commit

Permalink
revert hugo version for compilation issue in prev commit
Browse files Browse the repository at this point in the history
  • Loading branch information
koustuvsinha committed Jun 5, 2024
1 parent bc3d4f9 commit b396266
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/gh_pages.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: github pages

env:
WC_HUGO_VERSION: '0.119.0'

on:
push:
branches:
Expand All @@ -18,7 +21,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: 'latest'
hugo-version: ${{ env.WC_HUGO_VERSION }}
extended: true

- name: Build
Expand Down

0 comments on commit b396266

Please sign in to comment.