Skip to content

Commit 55b2eb4

Browse files
committed
Workflows: dont build verbose
1 parent 08f15e3 commit 55b2eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Build with Hugo
5959
run: |
6060
hugo \
61-
--buildDrafts --gc --verbose \
61+
--buildDrafts --gc \
6262
--baseURL ${{ steps.pages.outputs.base_url }}
6363
- name: Upload artifact
6464
uses: actions/upload-pages-artifact@v2

0 commit comments

Comments
 (0)