Skip to content

Commit

Permalink
fix gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
poxrud committed Aug 28, 2023
1 parent a308bf8 commit 4c79317
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ permissions:

jobs:
build:
# environment:
# name: github-pages
# url: ${{ steps.deployment.outputs.page_url }}

runs-on: ubuntu-22.04

steps:
Expand Down Expand Up @@ -42,9 +38,11 @@ jobs:
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v2

- name: "what is page_url"
run: echo "${{ steps.deployment.outputs.page_url }}"
deploy:
needs: build
runs-on: ubuntu-22.04

steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
2 changes: 1 addition & 1 deletion about.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: "About"

<h2 class="mx-auto pb-4 lg:text-left text-2xl font-semibold tracking-tight text-zinc-800 dark:text-zinc-100">About</h2>

<div class="mx-auto prose">Hi, my name is Phil Oxrud, a Toronto based web developer with a passion for crafting innovative cloud based solutions. Currently my primary focus is on specializing in Node, React, Python, Postgres, and AWS based solutions. Recently I became a certified <i>AWS Solutions Architect Professional.</i> </div>
<div class="mx-auto prose">Hi, my name is Phil Oxrud, a Toronto based web developer with a passion for crafting innovative cloud based solutions. Currently my primary focus is on specializing in Node, React, Python, Postgres, and AWS based solutions. Recently I became a certified <i>AWS Solutions Architect Professional..</i> </div>

<div class="mx-auto rounded-2xl p-10 text-center max-w-sm">
<h3 class="text-base font-semibold leading-7 text-gray-900">Get in Touch</h3>
Expand Down

0 comments on commit 4c79317

Please sign in to comment.