test
Some checks failed
/ deploy (push) Failing after 23s

This commit is contained in:
Mans Ziesel 2023-06-13 19:22:12 +02:00
parent 0392154c05
commit dd80cac16c

View File

@ -1,7 +1,7 @@
on: on:
push: push:
branches: branches:
- main # Set a branch to deploy - main
pull_request: pull_request:
jobs: jobs:
@ -19,5 +19,7 @@ jobs:
hugo-version: '0.111.3' hugo-version: '0.111.3'
# extended: true # extended: true
- name: Build - name: Build site
run: hugo --minify run: hugo --minify
- name: list files
run: tree .