Format workflows
All checks were successful
Build and deploy site / Build and deploy site (push) Successful in 1m24s

This commit is contained in:
Marko Korhonen 2024-04-04 18:43:37 +03:00
parent ef6d3838d4
commit 3ec0c545cd
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
2 changed files with 22 additions and 5 deletions

View file

@ -1,7 +1,10 @@
name: Build and deploy site
on: [push]
env:
GOROOT: /usr/local/lib/go
jobs:
deploy_site:
name: Build and deploy site
@ -10,10 +13,13 @@ jobs:
image: git.korhonen.cc/functionalhacker/hugo-asciidoc-docker-ci:latest
volumes:
- caddy_korhonen_cc:/public
steps:
- name: Checkout
uses: https://github.com/actions/checkout@v4
- name: Install NPM packages
run: npm install
- name: Run Hugo
run: hugo --gc --minify --cleanDestinationDir -d /public