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
parent 6d9c21c8b7
commit 99301eb10b

View File

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