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:
6
.github/workflows/gh-pages.yml
vendored
6
.github/workflows/gh-pages.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user