Workflows: dont build verbose
This commit is contained in:
parent
08f15e3843
commit
55b2eb48ff
|
@ -58,7 +58,7 @@ jobs:
|
|||
- name: Build with Hugo
|
||||
run: |
|
||||
hugo \
|
||||
--buildDrafts --gc --verbose \
|
||||
--buildDrafts --gc \
|
||||
--baseURL ${{ steps.pages.outputs.base_url }}
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v2
|
||||
|
|
Loading…
Reference in New Issue