Skip to content

No subdirectory used #3

No subdirectory used

No subdirectory used #3

Workflow file for this run

name: Continuous integration
on:
push:
jobs:
build:
name: Build site
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3.0.0
with:
hugo-version: latest
- name: Build
run: hugo --minify --logLevel info