1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 04:35:31 -04:00

lock hugo to custom v0.53-DEV with docker

This commit is contained in:
2019-10-06 23:43:06 -04:00
parent db9ded1ba0
commit 01141667a5
7 changed files with 92 additions and 77 deletions

View File

@@ -13,8 +13,10 @@ jobs:
with:
fetch-depth: 1
lfs: false
# pull from local Hugo action b/c LOTS of opinionated customizations
- uses: ./.github/actions/hugo-build-action
# pull from custom Hugo Extended image with opinionated changes
# Docker hub: https://hub.docker.com/r/jakejarvis/hugo-jarv.is
# base Dockerfile source: https://go.jarv.is/30KA6DS
- uses: docker://jakejarvis/hugo-jarv.is:v0.53-DEV
with:
args: --gc --cleanDestinationDir
- uses: jakejarvis/github-pages-deploy-action@master