mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-02-04 07:55:57 -05:00
Workflows: dont build verbose
This commit is contained in:
parent
08f15e3843
commit
55b2eb48ff
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
@ -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…
x
Reference in New Issue
Block a user