Workflows: dont build verbose

This commit is contained in:
Aditya Telange 2024-02-23 20:42:57 +05:30
parent 08f15e3843
commit 55b2eb48ff
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77
1 changed files with 1 additions and 1 deletions

View File

@ -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