Skip to content

Commit dddc18d

Browse files
authored
Update hugo.yml
1 parent f2921c5 commit dddc18d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/hugo.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,10 @@ jobs:
4646
- name: Setup Pages
4747
id: pages
4848
uses: actions/configure-pages@v5
49+
- name: Install Yarn
50+
run: npm install -g yarn
4951
- name: Install Node.js dependencies
50-
run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true"
52+
run: yarn install --frozen-lockfile || true
5153
- name: Build with Hugo
5254
env:
5355
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache

0 commit comments

Comments
 (0)