remove loglevel, incompatible with older hugo
Some checks failed
Hugo / build (push) Failing after 13s
Some checks failed
Hugo / build (push) Failing after 13s
This commit is contained in:
parent
1306e60367
commit
903cb5d180
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue