Add checkout step
All checks were successful
/ deploy_site (push) Successful in 34s

This commit is contained in:
Marko Korhonen 2024-02-24 15:01:42 +02:00
parent 50d9ce14cf
commit 4991fa6753
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -9,5 +9,7 @@ jobs:
volumes:
- caddy_korhonen_cc:/korhonen.cc
steps:
- name: Checkout
uses: https://github.com/actions/checkout@v4
- run: npm install
- run: hugo --gc --minify --cleanDestinationDir -d /korhonen.cc