From f20760ba50cd45420f516cf32968d8a4756e8b84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Mon, 7 Feb 2022 22:42:18 +0100 Subject: [PATCH] build: don't minimize official documentation show the page the way it looks in development - with nice indention --- .github/actions/build_site/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}