Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@2752ce1d29631191ea3f27c23495fa06139a5b78 # v3.2.1
with:
hugo-version: '0.165.0'
hugo-version: '0.166.0'
extended: true
- uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
Expand Down
6 changes: 6 additions & 0 deletions pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,9 @@ minimumReleaseAgeExclude:
# find that script; it understands a symlink but not pnpm's shim, and
# otherwise fails with `binary "tailwindcss" is not a Node.js script`.
preferSymlinkedExecutables: true

# Lay out node_modules flat and without symlinks, like npm does. We mount
# several node_modules packages into assets/, and Hugo (0.166+) drops any
# mount whose source path goes through a symlink; pnpm's default isolated
# layout links every package via node_modules/.pnpm/.
nodeLinker: hoisted