diff --git a/.github/workflows/gist.yml b/.github/workflows/gist.yml new file mode 100644 index 0000000..4712bd7 --- /dev/null +++ b/.github/workflows/gist.yml @@ -0,0 +1,17 @@ +name: Update Resume Gist + +on: push + +jobs: + 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: e84b7cb73ae9bac09a68a9756ced01c8 + file_path: resume.json \ No newline at end of file