Do not minify HTML
All checks were successful
Builds / ExectOS WebSite (push) Successful in 15s

This commit is contained in:
Rafal Kupiec 2024-06-18 21:42:46 +02:00
parent 6d9c21c8b7
commit 99301eb10b
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4

View File

@ -13,7 +13,7 @@ jobs:
with:
fetch-depth: 0
- name: Build WebSite
run: hugo --minify
run: hugo
- name: Publish WebSite
# if: ${{ github.ref == 'refs/heads/master' }}
env: