Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuel-mendez authored Jan 12, 2025
1 parent 7852fff commit 817e10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
run: npm run build -- --base-href=/emmanuel-mendez.github.io/

- name: Deploy to GitHub Pages
run: npx ng deploy --name=emmanuel-mendez --email=emmanuel-mendez.dev@outlook.com
run: npx ng deploy --repo=https://github.com/emmanuel-mendez/emmanuel-mendez.github.io.git --name=emmanuel-mendez --email=emmanuel-mendez.dev@outlook.com
env:
GITHUB_TOKEN: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}

0 comments on commit 817e10e

Please sign in to comment.