remove loglevel, incompatible with older hugo
Some checks failed
Hugo / build (push) Failing after 13s

This commit is contained in:
Brooke 2024-03-09 16:57:37 -05:00
parent 1306e60367
commit 903cb5d180

View file

@ -13,7 +13,7 @@ jobs:
run: apk add rsync
- uses: actions/checkout@v4
- name: Run build task
run: hugo --minify --logLevel info
run: hugo --minify
- name: Test static page
run: bash ${{ gitea.workspace }}/bin/test_static_page.sh
- name: Deploy to Server