We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466ead3 commit 7aae4f1Copy full SHA for 7aae4f1
.github/workflows/resume.yaml
@@ -55,6 +55,13 @@ jobs:
55
fi
56
pdftoppm -png Maharshi_Basu_Resume.pdf Maharshi_Basu_Resume
57
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
+ 
64
+ EOF
65
66
- name: Check for changes
67
id: check_changes
@@ -72,6 +79,6 @@ jobs:
72
79
run: |
73
80
git config --local user.email "[email protected]"
74
81
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"
77
84
git push
0 commit comments