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

This commit is contained in:
2024-06-18 21:42:46 +02:00
부모 6d9c21c8b7
커밋 99301eb10b

파일 보기

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