Add names to all objects in workflow
All checks were successful
Build and deploy site (workflow) / Build and deploy site (job) (push) Successful in 19s

This commit is contained in:
Marko Korhonen 2024-02-24 15:08:15 +02:00
parent 87509d2e57
commit d8793f2bab
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

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