testing pipeline
Some checks failed
Deploy Hugo to Gitea Pages / build-and-deploy (push) Failing after 28s
Blowfish Docs Deploy / build (push) Failing after 24s
Blowfish Docs Deploy / deploy (push) Has been skipped

This commit is contained in:
2026-03-10 05:57:07 +00:00
parent c9e273371c
commit 0b155c2e0b
3 changed files with 30 additions and 16 deletions

View File

@@ -0,0 +1,30 @@
name: Deploy Hugo to Gitea Pages
on:
push:
branches:
- main
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: true
- name: Build Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: 'latest'
- name: Run Build
run: hugo --minify
- name: Upload to Gitea Pages
uses: actions/upload-pages-artifact@v3
with:
path: 'public/'
- name: Deploy
uses: actions/deploy-pages@v4

View File

@@ -1,16 +0,0 @@
variables:
HUGO_ENV: production
# Blowfish theme relies heavily on these submodules
GIT_SUBMODULE_STRATEGY: recursive
pages:
# Using the image that actually supports the 'try' function
image: hugomods/hugo:exts
script:
- hugo version
- hugo --gc --minify
# artifacts:
# paths:
# - public
rules:
- if: $CI_COMMIT_BRANCH == $CI_COMMIT_REF_NAME