Skip to content

Commit

Permalink
Config main.yml
Browse files Browse the repository at this point in the history
Se configura main.yml para que se haga despliegue automático de la aplicación
  • Loading branch information
jvaneb committed Jun 25, 2024
1 parent 31e16d7 commit ed75918
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
- name: Deploy to pages
uses: crazy-max/ghaction-github-pages@v4.0.0
with:
build_dir: dist/
build_dir: dist/ng-nasa-api
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:prod": "ng build --configuration production --base-href /ng-nasa/",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
Expand Down

0 comments on commit ed75918

Please sign in to comment.