Actually run Hugo to build the site
Some checks failed
/ build (push) Failing after 0s

This commit is contained in:
Stefan Bethke 2024-07-30 19:14:40 +02:00
parent b9893e76f3
commit f77f107de9

View file

@ -8,6 +8,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run the build process with Docker
uses: addnab/docker-run-action@v3
with:
image: docker.io/hugomods/hugo:latest
options: -v ${{ github.workspace }}:/src
run: |
hugo
- uses: docker/metadata-action@v5
id: metadata
with: