mirror of
https://github.com/motion-canvas/motion-canvas.git
synced 2026-01-11 23:07:57 -05:00
fix: fix docs workflow (#104)
This commit is contained in:
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
@@ -16,9 +16,7 @@ jobs:
|
||||
node-version: 18
|
||||
cache: npm
|
||||
- run: npm ci
|
||||
- run: npm run core:build
|
||||
- run: npm run 2d:build
|
||||
- run: npm run vite-plugin:build
|
||||
- run: npx lerna run build
|
||||
- run: npm run examples:build
|
||||
- run: npm run docs:build
|
||||
- uses: peaceiris/actions-gh-pages@v3
|
||||
|
||||
Reference in New Issue
Block a user