Skip to content

Commit

Permalink
fix Error: Cannot find module @rollup/rollup-linux-x64-gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
kagol committed Apr 8, 2024
1 parent 1c8c65c commit 5132cf4
Show file tree
Hide file tree
Showing 3 changed files with 7,975 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/auto-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,9 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Install dependencies
run: npm i --force
run: npm i
- name: Build with VitePress
run: |
npm run docs:build
sleep 10
exit 0
run: npm run docs:build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
Loading

0 comments on commit 5132cf4

Please sign in to comment.