Skip to content

Commit

Permalink
temporarily fix site
Browse files Browse the repository at this point in the history
  • Loading branch information
marioortizmanero committed Oct 25, 2024
1 parent 5bbcd51 commit 8c00ace
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,11 @@ jobs:
fetch-depth: 0

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
uses: peaceiris/actions-hugo@v3
with:
# Temporarily pinned:
# https://github.com/adityatelange/hugo-PaperMod/issues/1573
hugo-version: '0.135.0'

- name: Setup Ruby
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 8c00ace

Please sign in to comment.