File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 2424 with :
2525 cache : " npm"
2626 cache-dependency-path : landing/package-lock.json
27- - name : Install monorepo node dependencies
27+ - name : Install node dependencies
2828 working-directory : landing
2929 run : npm install
30- - name : Build Reanimated docs
30+ - name : Build landing page
3131 working-directory : landing
32- run : npm build
32+ run : npm run build
Original file line number Diff line number Diff line change @@ -22,12 +22,13 @@ jobs:
2222 with :
2323 cache : " npm"
2424 cache-dependency-path : landing/package-lock.json
25- - name : Install monorepo node dependencies
25+ - name : Install node dependencies
2626 working-directory : landing
2727 run : npm install
28- - name : Build Reanimated docs
28+ - name : Build landing page
2929 working-directory : landing
30- run : npm build
30+ run : npm run build
31+
3132 - name : Publish generated content to GitHub Pages
3233 uses : JamesIves/github-pages-deploy-action@releases/v3
3334 with :
You can’t perform that action at this time.
0 commit comments