Skip to content

Commit

Permalink
Update build-and-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesHoppe authored Nov 2, 2024
1 parent ff4ba14 commit 8c0760d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ jobs:
- name: Deploy Website to gh-pages branch
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
run: npm run ng -- deploy
GH_NAME: ${{ secrets.GH_NAME }}
GH_EMAIL: ${{ secrets.GH_EMAIL }}
run: npm run ng -- deploy --name="$GH_NAME" --email="$GH_EMAIL"

0 comments on commit 8c0760d

Please sign in to comment.