Skip to content

Rename PDF file to Deepak_Modi_Resume.pdf#3

Draft
Copilot wants to merge 3 commits into
masterfrom
copilot/fix-resume-download-file-name
Draft

Rename PDF file to Deepak_Modi_Resume.pdf#3
Copilot wants to merge 3 commits into
masterfrom
copilot/fix-resume-download-file-name

Conversation

Copilot AI commented Feb 8, 2026

Copy link
Copy Markdown
Contributor

Resume downloads as "Resume.pdf" instead of "Deepak_Modi_Resume.pdf". Browsers ignore the HTML download attribute for same-origin PDFs and use the actual filename from the URL path.

Changes

  • Renamed PDF file: public/Resume.pdfpublic/Deepak_Modi_Resume.pdf
  • Updated code reference: Changed RESUME_PDF_URL constant in pages/index.tsx
  • Updated CI workflow: Modified .github/workflows/build.yml to generate and commit the new filename
  • Updated .gitignore: Track the new filename
- const RESUME_PDF_URL = '/Resume.pdf';
+ const RESUME_PDF_URL = '/Deepak_Modi_Resume.pdf';

Result

Browser now displays and downloads the PDF with the correct filename:

Resume with correct filename

Original prompt

Its still downloading as Resume.pdf


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@vercel

vercel Bot commented Feb 8, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
resume-tracker Ready Ready Preview, Comment Feb 8, 2026 9:53am

Co-authored-by: decodewithdeepak <118504803+decodewithdeepak@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix resume file download name to user-friendly format Fix resume download filename Feb 8, 2026
Copilot AI requested a review from deepakmodidev February 8, 2026 09:21
Co-authored-by: decodewithdeepak <118504803+decodewithdeepak@users.noreply.github.com>
Copilot AI changed the title Fix resume download filename Rename PDF file to Deepak_Modi_Resume.pdf Feb 8, 2026
@deepakmodidev deepakmodidev force-pushed the master branch 3 times, most recently from d12aed7 to 2fb0ea0 Compare April 15, 2026 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants