We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 761937e + 834b785 commit ded694aCopy full SHA for ded694a
1 file changed
.github/workflows/deploy.yaml
@@ -65,7 +65,7 @@ jobs:
65
python-version: '3.11'
66
67
- name: 📦 Install RenderCV
68
- run: pip install "rendercv[full]"
+ run: pip install "rendercv[full]==2.3" "typer==0.25.1"
69
70
- name: 📦 Install npm dependencies
71
run: npm ci
@@ -172,4 +172,4 @@ jobs:
172
echo "🔗 URL: ${{ steps.deployment.outputs.page_url }}"
173
echo ""
174
echo "To update your portfolio, just push changes to the personal branch."
175
- echo "The site will automatically rebuild and redeploy!"
+ echo "The site will automatically rebuild and redeploy!"
0 commit comments