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

noopener support via custom Hugo and BlackFriday forks

This commit is contained in:
2019-10-06 12:47:00 -04:00
parent 0c5a7771b6
commit db9ded1ba0
5 changed files with 77 additions and 2 deletions

View File

@@ -13,7 +13,8 @@ jobs:
with:
fetch-depth: 1
lfs: false
- uses: jakejarvis/hugo-build-action@develop-v0.53-DEV
# pull from local Hugo action b/c LOTS of opinionated customizations
- uses: ./.github/actions/hugo-build-action
with:
args: --gc --cleanDestinationDir
- uses: jakejarvis/github-pages-deploy-action@master