We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bac7e1 commit fdba819Copy full SHA for fdba819
.github/workflows/deploy.yml
@@ -32,14 +32,14 @@ jobs:
32
- name: Install dependencies
33
run: npm ci
34
35
- - name: Build demo app
+ - name: Build ngXpress app
36
run: npm run build
37
38
- name: Add .nojekyll file
39
- run: touch dist/demo/browser/.nojekyll
+ run: touch dist/ngxpress.dev/browser/.nojekyll
40
41
- name: Add 404.html for SPA routing
42
- run: cp dist/demo/browser/index.html dist/demo/browser/404.html
+ run: cp dist/ngxpress.dev/browser/index.html dist/ngxpress.dev/browser/404.html
43
44
- name: Setup Pages
45
uses: actions/configure-pages@v4
0 commit comments