diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 6603aaf..02e44a1 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -5,6 +5,9 @@ on: branches: - master +env: + JEKYLL_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + jobs: github-pages: runs-on: ubuntu-latest diff --git a/_pages/about.md b/_pages/about.md index 6b2ff43..ea286c1 100644 --- a/_pages/about.md +++ b/_pages/about.md @@ -8,7 +8,7 @@ _preview_description: My name is Ryan Walters and this is my website. My name is **Ryan Walters** and this is my website. As the domain shows, my online handle is **Xevion**. -As of {{ page.last_modified_at | | date: '%B %Y' }}, I'm a Computer Science student studying at UTSA. Contact me if you're interested in working with me! +As of {{ page.last_modified_at | date: '%B %Y' }}, I'm a Computer Science student studying at UTSA. Contact me if you're interested in working with me! Software Engineering is one of my favorite things in the world; I adore projects relating to automation, pathfinding, group coordination and more... I like working on big projects, APIs, competition/interview problems, and in general - learning how it all works!