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 8c0760d commit b6cef1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GH_NAME: ${{ secrets.GH_NAME }}
GH_EMAIL: ${{ secrets.GH_EMAIL }}
run: npm run ng -- deploy --name="$GH_NAME" --email="$GH_EMAIL"
run: npm run ng -- deploy --base-href=/demo-linked-signal/ --name="$GH_NAME" --email="$GH_EMAIL"

0 comments on commit b6cef1d

Please sign in to comment.