Skip to content

Commit

Permalink
fix: CI failed to install node modules
Browse files Browse the repository at this point in the history
Signed-off-by: Cerallin <cerallin@cerallin.top>
  • Loading branch information
Cerallin committed Apr 1, 2024
1 parent 152e4e9 commit d1d5a57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:

- name: Install node modules
run: |
npm ci
npm i hexo-renderer-pug
npm install
npm install hexo-renderer-pug
- name: Modify _config.yml
run: cat themes/hexo-theme-yuzu/_root_config_example.yml >> _config.yml
Expand Down

0 comments on commit d1d5a57

Please sign in to comment.