WIP: Rework CI structure and general updates #88
2 changed files with 10 additions and 0 deletions
commit
017bc99285
|
@ -33,6 +33,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0 # pull full history for page lastmod by git commit date
|
fetch-depth: 0 # pull full history for page lastmod by git commit date
|
||||||
|
|
||||||
|
- name: Build website
|
||||||
|
uses: ./actions/build-website
|
||||||
|
|
||||||
- name: Build website - prod
|
- name: Build website - prod
|
||||||
if: (github.event_name == 'push' || github.event_name == 'schedule') && github.ref_name == 'main'
|
if: (github.event_name == 'push' || github.event_name == 'schedule') && github.ref_name == 'main'
|
||||||
run: |
|
run: |
|
||||||
|
|
7
actions/build-website/action.yml
Normal file
7
actions/build-website/action.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
name: Build Website
|
||||||
|
description: Build Website Test
|
||||||
|
|
||||||
|
runs:
|
||||||
|
using: docker
|
||||||
|
image: hugomods/hugo:exts-0.148.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue