Skip to content

Commit bdc6d4e

Browse files
committed
Use yarn within pages deployment
1 parent 57b7fcf commit bdc6d4e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pages.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ jobs:
1616
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder.
1717
working-directory: web/ahnlich-web
1818
run: |
19-
npm ci --legacy-peer-deps
20-
npm run build
19+
npm install -g yarn
20+
yarn ci --legacy-peer-deps
21+
yarn run build
2122
touch build/.nojekyll
2223
echo "ahnlich.tech" >> build/CNAME
2324

0 commit comments

Comments
 (0)