Skip to content

Commit ad3cb8e

Browse files
authored
Update deploy.yml
1 parent 5438143 commit ad3cb8e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
node-version: 22
3737
cache: 'npm'
3838
- name: Install dependencies
39-
run: npm ci
39+
run: npm install
4040
- name: Build
4141
run: npm run build
4242
- name: Setup Pages
@@ -48,4 +48,4 @@ jobs:
4848
path: './dist'
4949
- name: Deploy to GitHub Pages
5050
id: deployment
51-
uses: actions/deploy-pages@v4
51+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)