Skip to content

Commit

Permalink
Signed-off-by: Tenny <joel.shu@qq.com>
Browse files Browse the repository at this point in the history
  • Loading branch information
Tenny committed Feb 2, 2024
1 parent b61ae49 commit 6f0239d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Install Dependencies
if: steps.cache-node-modules.outputs.cache-hit != 'true'
run: npm ci
run: npm install

- name: Build Site
run: npm run build
Expand Down

0 comments on commit 6f0239d

Please sign in to comment.