Skip to content

Commit

Permalink
Merge pull request #109 from British-Oceanographic-Data-Centre/develop
Browse files Browse the repository at this point in the history
Add verbose for debug purposes
  • Loading branch information
soutobias authored Dec 8, 2023
2 parents 89c0f8f + ff51a90 commit eb12d5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
run: |
npm install -g postcss-cli --verbose
npm install autoprefixer --verbose
npm audit fix
hugo --minify
npm audit fix --force --verbose
hugo --minify --verbose
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit eb12d5c

Please sign in to comment.