Skip to content

Commit

Permalink
remove alias
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanychu90 authored Mar 21, 2024
1 parent 71bcb02 commit 7e8592a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/update-portfolio-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,11 @@ jobs:
run: |
npm install -g [email protected]
netlify build \
--alias=${GITHUB_REPOSITORY#*/}-${PR_NUMBER} \
--site=cal-itp-data-analyses \
--site=${{ secrets.NETLIFY_PREVIEW_APP_SITE_ID }} \
--auth=${{ secrets.NETLIFY_AUTH_TOKEN }} \
--dir=portfolio/index
netlify deploy \
--alias=${GITHUB_REPOSITORY#*/}-${PR_NUMBER} \
--site=cal-itp-data-analyses \
--site=${{ secrets.NETLIFY_PREVIEW_APP_SITE_ID }} \
--auth=${{ secrets.NETLIFY_AUTH_TOKEN }} \
--dir=portfolio/index
env:
Expand Down

0 comments on commit 7e8592a

Please sign in to comment.