Testing workflow
Some checks failed
Build Static Site Content for Image Volume / build-site-content (push) Failing after 2m44s
Some checks failed
Build Static Site Content for Image Volume / build-site-content (push) Failing after 2m44s
This commit is contained in:
17
.gitea/workflows/create-image-volume.yml
Normal file
17
.gitea/workflows/create-image-volume.yml
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
name: Build Static Site Content for Image Volume
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- k8s/static-deployment
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build-site-content:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: shockrah/hugo
|
||||||
|
steps:
|
||||||
|
- name: Checkout repo with LFS content
|
||||||
|
uses: actions/checkout@v6
|
||||||
|
with:
|
||||||
|
lfs: true
|
||||||
|
|
||||||
Reference in New Issue
Block a user