Add hugo action
Some checks failed
Deploy / deploy (push) Failing after 6s

This commit is contained in:
Aloïs Micard 2024-12-23 08:49:39 +01:00
parent 35f674870f
commit 1979a123cb

View file

@ -1,6 +1,19 @@
name: Deploy
on: [push]
jobs:
test:
deploy:
runs-on: docker
steps:
- run: echo All Good
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.119.0'
- name: Build
run: hugo