Skip to content

Commit cca1b79

Browse files
committed
Update deploy.yml
1 parent d7a7abb commit cca1b79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ jobs:
2626
uses: actions/setup-node@v4
2727
with:
2828
node-version: '18'
29-
cache: 'npm'
29+
cache: 'yarn'
3030

3131
- name: Install dependencies
32-
run: npm ci
32+
run: yarn install
3333

3434
- name: Build project
35-
run: npm run build
35+
run: yarn build
3636

3737
- name: Upload artifact
3838
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)