feat(deployment): add ArgoCD deployment stack
All checks were successful
ci / build (push) Successful in 55s

This commit is contained in:
Martin McCaffery 2025-12-17 16:14:14 +01:00
parent 288eb7a91c
commit 10cce1376a
Signed by: martin.mccaffery
GPG key ID: 7C4D0F375BCEE533
6 changed files with 145 additions and 4 deletions

View file

@ -1,15 +1,15 @@
name: Hugo Site Tests
on:
push:
branches: [ main ]
# push:
# branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
@ -38,7 +38,7 @@ jobs:
npm run test:build
npm run test:markdown
npm run test:html
- name: Run link checker
run: htmltest
continue-on-error: true