From 33d3c34cb66a25058861f155289971163bf420f4 Mon Sep 17 00:00:00 2001 From: Nicholas Orlowsky Date: Sun, 31 Jul 2022 21:51:23 -0500 Subject: [PATCH 1/2] Update main.yml --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0236f64..15721f2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,6 +8,7 @@ name: Create and publish a Docker image on: push: branches: ['main'] + repository_dispatch: env: REGISTRY: ghcr.io From c5b41a8b80c32e82dfd435f979be4df790794db2 Mon Sep 17 00:00:00 2001 From: Nicholas Orlowsky Date: Thu, 6 Oct 2022 10:00:53 -0500 Subject: [PATCH 2/2] Update Hobbies.ts --- src/static/data/Hobbies.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/static/data/Hobbies.ts b/src/static/data/Hobbies.ts index 31e35ef..0438bcf 100644 --- a/src/static/data/Hobbies.ts +++ b/src/static/data/Hobbies.ts @@ -14,7 +14,7 @@ const Lifting: InfoCardProps = { title: "Lifting", description: "Once I was done with cross country, I was so used to working out everyday, I just couldn't stop. I started lifting as a break from my 6 years and 10,000 miles of running and really really liked it.", listTitle: "Personal Records", - list:["Bench - 255lbs (Done at the Home Depot's HQ in Atlanta, GA)", "Squat - 380lbs", "Deadlift - 365lbs"], + list:["Bench - 265lbs", "Squat - 380lbs", "Deadlift - 385lbs"], listClassName: "col-12" }