From 764944bb32e946c1ad5596f536ddfba6a188f2f6 Mon Sep 17 00:00:00 2001 From: Madison Rye Progress Date: Sun, 15 Mar 2026 11:57:08 -0700 Subject: [PATCH] Update with robots/ai, add gitea workflow --- .gitea/workflows/deploy.yaml | 18 ++++++++++++++++++ themes/maddybook | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 .gitea/workflows/deploy.yaml diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml new file mode 100644 index 0000000..d915362 --- /dev/null +++ b/.gitea/workflows/deploy.yaml @@ -0,0 +1,18 @@ +name: Deploy +run-name: ${{ gitea.actor }} is deploying ${{ gitea.repository }} +on: + push: + branches: + - main + +jobs: + deploy: + runs-on: ubuntu-latest + steps: + - name: Check out repo + uses: actions/checkout@v6 + with: + submodules: 'true' + + - name: Build site + run: hugo build --gc --minify --baseURL ${{ vars.BASE_URL }} --destination ${{ vars.DESTINATION }} diff --git a/themes/maddybook b/themes/maddybook index 22d2451..b3a328e 160000 --- a/themes/maddybook +++ b/themes/maddybook @@ -1 +1 @@ -Subproject commit 22d2451fb6367e43d5f5293dd91c09febbdd1431 +Subproject commit b3a328e733aebabf9e2482e7aa1e92f591cec7cf