Skip to content

Commit

Permalink
ci/cd: npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanNotFound authored Feb 18, 2024
1 parent 91076be commit 1f66676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install dependencies
run: |
cd hexo-site
# npm install
npm install
# - name: Generate static pages
# run: |
Expand Down

0 comments on commit 1f66676

Please sign in to comment.