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 0aada8c commit cf300d6Copy full SHA for cf300d6
.github/workflows/deploy.yml
@@ -2,7 +2,7 @@ name: Build and Deploy Angular App
2
on:
3
push:
4
branches:
5
- - main
+ - Production # Alterado de main para Production
6
workflow_dispatch:
7
8
permissions:
@@ -24,7 +24,7 @@ jobs:
24
run: npm ci
25
26
- name: Build Angular app
27
- run: npm run build --configuration production --base-href="/${{ github.event.repository.name }}/"
+ run: npm run build --configuration production --output-path=docs --base-href="/${{ github.event.repository.name }}/"
28
29
- name: Add .nojekyll file
30
run: touch docs/.nojekyll
0 commit comments