Skip to content

Commit

Permalink
add build
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffanychu90 authored Mar 21, 2024
1 parent 0c415ce commit 76d1986
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-portfolio-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
pull_request:
paths:
- '.github/workflows/update-portfolio-index.yml'
#- 'portfolio/**'
- 'portfolio/**'

jobs:
build-docs:
Expand All @@ -34,6 +34,7 @@ jobs:
if: ${{ github.ref != 'refs/heads/main' }}
run: |
npm install -g [email protected]
python portfolio/portfolio.py build --no-execute-papermill --deploy
python portfolio/portfolio.py index --deploy
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
Expand Down

0 comments on commit 76d1986

Please sign in to comment.