Skip to content

Commit

Permalink
adding deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-at-IBM committed Mar 28, 2024
1 parent 4df5656 commit 00009e6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/workflows/auto_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,24 @@ jobs:
name: resume.pdf
path: ${{ github.workspace }}/resume.pdf

Deploy-To-Public-GIST:
name: Updating Index.html 🏗
needs: [Build-Resume-JSON]
runs-on: ubuntu-20.04
steps:

- name: Download the resume artifact
uses: actions/download-artifact@v2
with:
name: resume.json

- name: Deploy
uses: exuanbo/actions-deploy-gist@v1
with:
token: ${{ secrets.TOKEN }}
gist_id: 91db4ee7d322c69ed3131fd586ae03b2
file_path: resume.json
file_type: json

# TODO: The below step is no longer needed. Need to consider updating the
# resume GIST:
Expand Down
2 changes: 1 addition & 1 deletion resume.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ basics:
service in the Navy as an IT to embark on a successful 14-year journey with
a major ISP in Austin.
In my latest role as a Site Reliability Engineer within IBM, I have shifted
In my latest role as a Site Reliability Engineer within IBM,, I have shifted
my efforts to optimizing operational efficiency through automation. With a
specialized focus on our team's Security Compliance and alignment with CISO
guidelines, I am dedicated to driving excellence and ensuring seamless
Expand Down

0 comments on commit 00009e6

Please sign in to comment.