Skip to content

Commit

Permalink
push resume to website
Browse files Browse the repository at this point in the history
  • Loading branch information
andreykaipov committed Mar 19, 2024
1 parent c922bfc commit 147b12a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/resume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,14 @@ jobs:
path: website
ref: main
token: ${{ steps.generate-token.outputs.token }}
- uses: actions/download-artifact@v4
with:
name: resume
path: website
- name: Create website PR
id: website-pr
run: |
mv resume.pdf website
cd website
ls -al
git checkout -b auto/resume
git add .
git commit -m "${{ needs.build.outputs.build.outputs.msg }}"
Expand Down

0 comments on commit 147b12a

Please sign in to comment.