This commit is contained in:
Nicholas Orlowsky 2022-10-22 20:46:30 -05:00
commit b5c30d6681
No known key found for this signature in database
GPG key ID: 3845F78A73B14100
2 changed files with 2 additions and 1 deletions

View file

@ -8,6 +8,7 @@ name: Create and publish a Docker image
on: on:
push: push:
branches: ['main'] branches: ['main']
repository_dispatch:
env: env:
REGISTRY: ghcr.io REGISTRY: ghcr.io

View file

@ -14,7 +14,7 @@ const Lifting: InfoCardProps = {
title: "Lifting", 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.", 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", 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" listClassName: "col-12"
} }