initial commit

This commit is contained in:
Matthieu Bessat 2023-10-24 01:34:16 +02:00
commit dc56a67490
7 changed files with 64 additions and 0 deletions

View file

@ -0,0 +1,23 @@
on: [push]
jobs:
test:
runs-on: docker
steps:
- run: echo All Good
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- run: ls -la
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.119.0'
extended: true
- name: Build
run: hugo --minify
- run: ls -la public