Skip to content

Commit 0053f5f

Browse files
committed
deploy: stop minifying
Signed-off-by: Johannes Schindelin <[email protected]>
1 parent a83014c commit 0053f5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/deploy-to-github-pages/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ runs:
5353
env:
5454
HUGO_RELATIVEURLS: false
5555
shell: bash
56-
run: hugo config && hugo --minify --baseURL "${{ steps.pages.outputs.base_url }}/"
56+
run: hugo config && hugo --baseURL "${{ steps.pages.outputs.base_url }}/"
5757

5858
- name: run Pagefind ${{ env.PAGEFIND_VERSION }} to build the search index
5959
shell: bash

0 commit comments

Comments
 (0)