Skip to content

Commit ef58412

Browse files
committed
Add JSONRESUME_URL to GitHub Actions workflow
- Add JSONRESUME_URL environment variable to build step - Enable JSON Resume integration in deployed version
1 parent 4064b84 commit ef58412

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
GH_TOKEN: ${{ secrets.GH_TOKEN }}
4646
GH_USERNAME: ${{ secrets.GH_USERNAME }}
4747
LINKEDIN_URL: ${{ secrets.LINKEDIN_URL || '' }}
48+
JSONRESUME_URL: ${{ secrets.JSONRESUME_URL || '' }}
4849
BASE_PATH: ${{ secrets.BASE_PATH || '' }}
4950
CUSTOM_DOMAIN: ${{ secrets.CUSTOM_DOMAIN || '' }}
5051
run: npm run build

0 commit comments

Comments
 (0)