build: don't minimize official documentation

show the page the way it looks in development - with nice indention
This commit is contained in:
Sören Weber 2022-02-07 22:42:18 +01:00
parent 6b943aec76
commit f20760ba50
No known key found for this signature in database
GPG key ID: 07D17FF580AE7589

View file

@ -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}