Skip to content

Commit 572dfdd

Browse files
committedMar 22, 2025
Fix CI-CD workflows
1 parent a8e6f0a commit 572dfdd

File tree

3 files changed

+10
-182
lines changed

3 files changed

+10
-182
lines changed
 

Diff for: ‎.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
cache: 'npm'
3434

3535
- name: Install dependencies
36-
run: npm ci
36+
run: npm install
3737

3838
- name: Build site
3939
run: npm run build

Diff for: ‎.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Dependencies
22
node_modules/
3-
package-lock.json
43

54
# Build output
65
dist/

Diff for: ‎package-lock.json

+9-180
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)