File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,10 +83,10 @@ jobs:
8383 node-version : 20
8484
8585 - name : Install dependencies
86- run : (cd website; npm ci)
86+ run : npm --prefix website ci
8787
8888 - name : Build the Docusaurus site
89- run : (cd website; npm run build)
89+ run : npm --prefix website run build
9090
9191 - name : Setup Pages
9292 # https://github.com/actions/configure-pages
Original file line number Diff line number Diff line change 5454 "trigger-workflow-test-docker-linux-x64" : " bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/trigger-workflow-test-docker-linux-x64.sh" ,
5555 "trigger-workflow-test-docker-linux-arm64" : " bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/trigger-workflow-test-docker-linux-arm.sh" ,
5656 "trigger-workflow-publish-release" : " bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/trigger-workflow-publish-release.sh" ,
57- "generate-website-blog-post" : " cd ../website; npm run generate-website-blog-post" ,
57+ "generate-website-blog-post" : " npm --prefix ../website run generate-website-blog-post" ,
5858 "update-package-binaries" : " bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/update-package-binaries.sh" ,
5959 "trigger-workflow-test-xpm" : " bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/trigger-workflow-test-xpm.sh" ,
6060 "trigger-workflow-deep-clean" : " bash xpacks/@xpack-dev-tools/xbb-helper/github-actions/trigger-workflow-deep-clean.sh" ,
You can’t perform that action at this time.
0 commit comments