Skip to content

Commit

Permalink
Workflows: dont build verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
adityatelange committed Feb 23, 2024
1 parent 08f15e3 commit 55b2eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 55b2eb4

Please sign in to comment.