diff --git a/.github/actions/build_site/action.yaml b/.github/actions/build_site/action.yaml index 74efc99c0e..38f1b8129e 100644 --- a/.github/actions/build_site/action.yaml +++ b/.github/actions/build_site/action.yaml @@ -11,4 +11,4 @@ runs: - name: Build site shell: bash run: | - hugo --minify --source ${GITHUB_WORKSPACE}/exampleSite --destination ${GITHUB_WORKSPACE}/../public --cleanDestinationDir --gc --baseURL https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/ --theme ${GITHUB_WORKSPACE} + hugo --source ${GITHUB_WORKSPACE}/exampleSite --destination ${GITHUB_WORKSPACE}/../public --cleanDestinationDir --gc --baseURL https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/ --theme ${GITHUB_WORKSPACE}