Skip to content

Commit

Permalink
Update nuxtjs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
numselli authored Jun 7, 2024
1 parent e9842a0 commit e58e27c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuxtjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: cd src && npm install
- name: Static HTML export with Nuxt
run: cd src && npm run deploy
run: cd src && npm run build
- name: Build Vue
run: |
cd src/.output
Expand All @@ -36,4 +36,4 @@ jobs:
git init
git add -A
git commit -m 'deploy'
git push -f https://${{ vars.username }}:${{ secrets.token }}@github.com/${{ vars.username }}/TriCityTrim.git master:builds
git push -f https://${{ vars.username }}:${{ secrets.token }}@github.com/${{ vars.username }}/portfolio.git master:builds

0 comments on commit e58e27c

Please sign in to comment.