Skip to content

Commit

Permalink
fix site
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanychu90 authored Mar 21, 2024
1 parent afdd6eb commit dd525cf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/update-portfolio-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ jobs:
if: ${{ github.ref != 'refs/heads/main' }}
run: |
npm install -g [email protected]
python portfolio/portfolio.py index --deploy \
netlify deploy \
--alias=${GITHUB_REPOSITORY#*/}-${PR_NUMBER} \
--site=${{ secrets.NETLIFY_PREVIEW_APP_SITE_ID }} \
--site=cal-itp-data-analyses \
--auth=${{ secrets.NETLIFY_AUTH_TOKEN }} \
--dir=portfolio/index
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_PREVIEW_APP_SITE_ID }}
Expand Down

0 comments on commit dd525cf

Please sign in to comment.