Skip to content

Commit

Permalink
fix(ci): correct hugo invocation
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Meier <1651305+astromechza@users.noreply.github.com>
  • Loading branch information
astromechza authored Jul 23, 2024
1 parent ad3fddf commit 88fc883
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ jobs:
uses: actions/configure-pages@v5
- name: Build with Hugo
run: |
hugo \
node_modules/.bin/hugo/hugo \
--minify \
--themesDir ../.. \
--environment staging \
--baseURL "${{ steps.pages.outputs.base_url }}"
- name: Upload artifact
Expand Down

0 comments on commit 88fc883

Please sign in to comment.