Skip to content

Commit 7aae4f1

Browse files
committed
add resume to readme
Signed-off-by: Maharshi Basu <[email protected]>
1 parent 466ead3 commit 7aae4f1

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/resume.yaml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,13 @@ jobs:
5555
fi
5656
pdftoppm -png Maharshi_Basu_Resume.pdf Maharshi_Basu_Resume
5757
mv Maharshi_Basu_Resume-1.png Maharshi_Basu_Resume.png
58+
59+
- name: Add resume to readme
60+
if: ${{ !env.ACT }}
61+
run: |
62+
cat > README.md << 'EOF'
63+
![Resume](Maharshi_Basu_Resume.png)
64+
EOF
5865
5966
- name: Check for changes
6067
id: check_changes
@@ -72,6 +79,6 @@ jobs:
7279
run: |
7380
git config --local user.email "[email protected]"
7481
git config --local user.name "GitHub Action"
75-
git add Maharshi_Basu_Resume.png
76-
git commit -m "Add PNG image"
82+
git add Maharshi_Basu_Resume.png Maharshi_Basu_Resume.pdf
83+
git commit -m "Add PNG and PDF"
7784
git push

0 commit comments

Comments
 (0)