From d2324d14e7acd77278d9ac57d7ca63bfb0203b0d Mon Sep 17 00:00:00 2001 From: Clint Plummer Date: Sat, 10 Feb 2024 14:10:19 +1100 Subject: [PATCH] add job to update resume gist see https://github.com/thomasdavis/resume --- .github/workflows/ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d04364..d535d7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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