Compare commits
2 Commits
master
...
k8s/static
| Author | SHA1 | Date | |
|---|---|---|---|
| 40c454474a | |||
| ce31f2330e |
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:
|
||||||
|
- run: git init
|
||||||
|
- run: git remote add origin https://git.shockrah.xyz/shockrah/temper-tv.git
|
||||||
|
- run: git pull origin master
|
||||||
|
- name: Figure wtf is in here
|
||||||
|
run: ls -laRh main-site/
|
||||||
Binary file not shown.
Reference in New Issue
Block a user