From ca1c4640de5df4f39f36a934f69adbefc6a7ee5d Mon Sep 17 00:00:00 2001 From: John Wyles Date: Sat, 16 Mar 2024 18:01:40 -0500 Subject: [PATCH] Remove GitHub action making resume public --- .github/workflows/github-actions.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/github-actions.yml diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml deleted file mode 100644 index 46ed69c..0000000 --- a/.github/workflows/github-actions.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Update resume.json Gist -run-name: ${{ github.actor }} just pushed a change -on: [push] -jobs: - Deploy_Gist: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - - name: Build Resume - run: | - export RESUME_YAML_SOURCE_FILE=${{ vars.RESUME_YAML_SOURCE_FILE }} - scripts/build.sh - - name: Deploy Gist - uses: exuanbo/actions-deploy-gist@v1 - with: - token: ${{ secrets.GIST_TOKEN }} - gist_id: c188cd2931022b17cf991d1835bfabc7 - file_path: scripts/output/resume.json - file_type: text