Skip to content

Commit 1e9e4b5

Browse files
committed
Fix github actions deployment error
1 parent 2280899 commit 1e9e4b5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy-example.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
run: |
3232
npm install
3333
npm run build
34+
rm -rf node_modules
3435
3536
- uses: actions/configure-pages@v4
3637

0 commit comments

Comments
 (0)