Skip to content

Commit fdba819

Browse files
Fix github action
1 parent 2bac7e1 commit fdba819

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ jobs:
3232
- name: Install dependencies
3333
run: npm ci
3434

35-
- name: Build demo app
35+
- name: Build ngXpress app
3636
run: npm run build
3737

3838
- name: Add .nojekyll file
39-
run: touch dist/demo/browser/.nojekyll
39+
run: touch dist/ngxpress.dev/browser/.nojekyll
4040

4141
- name: Add 404.html for SPA routing
42-
run: cp dist/demo/browser/index.html dist/demo/browser/404.html
42+
run: cp dist/ngxpress.dev/browser/index.html dist/ngxpress.dev/browser/404.html
4343

4444
- name: Setup Pages
4545
uses: actions/configure-pages@v4

0 commit comments

Comments
 (0)