File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 55 branches :
66 - main
77 paths :
8- - ' website/**'
8+ - ' apps/ website/**'
99 - ' docs/**'
1010 - ' .github/workflows/deploy-docs.yml'
1111 workflow_dispatch :
@@ -32,12 +32,12 @@ jobs:
3232 node-version : ' 20'
3333
3434 # Build Website (Vite React SPA)
35- - name : Install website dependencies
36- working-directory : website
35+ - name : Install apps/ website dependencies
36+ working-directory : apps/ website
3737 run : npm install
3838
39- - name : Build website
40- working-directory : website
39+ - name : Build apps/ website
40+ working-directory : apps/ website
4141 run : npm run build
4242
4343 # Build Docsite (Docusaurus)
@@ -50,10 +50,10 @@ jobs:
5050 run : npm run build
5151
5252 # Combine builds
53- - name : Combine website + docs
53+ - name : Combine apps/ website + docs
5454 run : |
5555 mkdir -p combined
56- cp -r website/dist/* combined/
56+ cp -r apps/ website/dist/* combined/
5757 mkdir -p combined/docs
5858 cp -r docs/build/* combined/docs/
5959 touch combined/.nojekyll
You can’t perform that action at this time.
0 commit comments