feat(deployment): add ArgoCD deployment stack
All checks were successful
ci / build (push) Successful in 55s
All checks were successful
ci / build (push) Successful in 55s
This commit is contained in:
parent
288eb7a91c
commit
10cce1376a
6 changed files with 145 additions and 4 deletions
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue