Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterZesty committed Dec 3, 2023
1 parent d14cb0b commit 265c2e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sde-resume-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,11 @@ jobs:
- name: Push Resume to gh-pages
run: |
mkdir temp
cd temp
git clone https://github.com/MasterZesty/Resume.git
cd Resume
git checkout gh-pages
sudo mv pdfjs/resume/Krishna_Nimbalkar_SDE_Resume.pdf temp/gh-pages/resume
sudo mv ../pdfjs/resume/Krishna_Nimbalkar_SDE_Resume.pdf temp/Resume/resume
git add .
git commit -m "add sde resume"
git push origin gh-pages

0 comments on commit 265c2e3

Please sign in to comment.