Skip to content

Commit

Permalink
add job to update resume gist
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhonas committed Feb 10, 2024
1 parent f28ef15 commit d2324d1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ jobs:
with:
name: cypress-screenshots
path: ./cypress/videos/
update-resume-gist:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Update Resume Gist
uses: exuanbo/actions-deploy-gist@v1
with:
token: ${{ secrets.TOKEN }}
gist_id: 1ab255457bdc9c22a4453ad383bc3108
file_path: resume/resume.clintp.json
build:
needs: cypress-run
runs-on: ubuntu-latest
Expand Down

0 comments on commit d2324d1

Please sign in to comment.