Skip to content

Commit

Permalink
Pin the Hugo version to address incompatibility with Docsy template
Browse files Browse the repository at this point in the history
The docsy template has not yet been updated to work with hugo v0.125+:  google/docsy#1973. This pins the GHA workflow to an earlier version to address the incompatibility.
  • Loading branch information
Logofile authored May 7, 2024
1 parent d38c8ca commit 83f7fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: 'latest'
hugo-version: 0.121.2
extended: true
- name: Install Dependencies
run: npm install autoprefixer postcss postcss-cli
Expand Down

0 comments on commit 83f7fb6

Please sign in to comment.