File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,16 +40,16 @@ jobs:
4040 run : npm ci --legacy-peer-deps
4141
4242 - name : Build the application
43- run : npx nx build demo --configuration production --base-href /ngx-overlay/
43+ run : npx nx build docs --configuration production --base-href /ngx-overlay/
4444
4545 - name : Create 404.html
46- run : cp dist/apps/demo /browser/index.html dist/apps/demo /browser/404.html
46+ run : cp dist/apps/docs /browser/index.html dist/apps/docs /browser/404.html
4747
4848 - name : Upload artifact
4949 uses : actions/upload-pages-artifact@v3
5050 with :
5151 # Upload entire repository
52- path : ' dist/apps/demo /browser'
52+ path : ' dist/apps/docs /browser'
5353 - name : Deploy to GitHub Pages
5454 id : deployment
5555 uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments