Skip to content

Commit 46b505c

Browse files
committed
CICD: disable minification
1 parent 9f2bbf1 commit 46b505c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-site.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
tar -xvzf hugo.tar.gz
2424
sudo mv hugo /usr/local/bin
2525
- name: 🛠️ Build
26-
run: hugo --source website --destination output --cleanDestinationDir --baseURL https://swharden.com/csdv/ --debug --minify
26+
run: hugo --source website --destination output --cleanDestinationDir --baseURL https://swharden.com/csdv/
2727
- name: 🔐 Create Key File
2828
run: install -m 600 -D /dev/null ~/.ssh/id_rsa
2929
- name: 🔑 Populate Key

0 commit comments

Comments
 (0)