Skip to content

Fix footer placement #8

Fix footer placement

Fix footer placement #8

Workflow file for this run

name: "Pull Request"
on:
pull_request:
jobs:
build:
name: "Build Site"
runs-on: "ubuntu-22.04"
steps:
- name: "Checkout Repo"
uses: "actions/checkout@v4"
- name: "Run Hugo"
uses: "./.github/actions/hugo-build"