We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d5bbca commit 5b3ccffCopy full SHA for 5b3ccff
2 files changed
.github/workflows/gh-pages.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- uses: actions/setup-node@v4
27
with:
28
- node-version: '20'
+ node-version: '24'
29
cache: 'npm'
30
cache-dependency-path: '**/package-lock.json'
31
docs/hugo.yaml
@@ -110,3 +110,8 @@ module:
110
security:
111
allowContent:
112
- '.*'
113
+ exec:
114
+ allow:
115
+ - '^npx$'
116
+ - '^postcss$'
117
+ - '^dart-sass-embedded$'
0 commit comments