Skip to content

Commit 5132cf4

Browse files
committed
fix Error: Cannot find module @rollup/rollup-linux-x64-gnu
1 parent 1c8c65c commit 5132cf4

File tree

3 files changed

+7975
-5
lines changed

3 files changed

+7975
-5
lines changed

.github/workflows/auto-deploy.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,9 @@ jobs:
3030
- name: Setup Pages
3131
uses: actions/configure-pages@v4
3232
- name: Install dependencies
33-
run: npm i --force
33+
run: npm i
3434
- name: Build with VitePress
35-
run: |
36-
npm run docs:build
37-
sleep 10
38-
exit 0
35+
run: npm run docs:build
3936
- name: Upload artifact
4037
uses: actions/upload-pages-artifact@v3
4138
with:

0 commit comments

Comments
 (0)