All checks were successful
Build Static Site Content for Image Volume / build-site-content (push) Successful in 14s
18 lines
424 B
YAML
18 lines
424 B
YAML
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/
|