We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a83014c commit 0053f5fCopy full SHA for 0053f5f
.github/actions/deploy-to-github-pages/action.yml
@@ -53,7 +53,7 @@ runs:
53
env:
54
HUGO_RELATIVEURLS: false
55
shell: bash
56
- run: hugo config && hugo --minify --baseURL "${{ steps.pages.outputs.base_url }}/"
+ run: hugo config && hugo --baseURL "${{ steps.pages.outputs.base_url }}/"
57
58
- name: run Pagefind ${{ env.PAGEFIND_VERSION }} to build the search index
59
0 commit comments