Skip to content

Commit

Permalink
CICD: disable minification
Browse files Browse the repository at this point in the history
  • Loading branch information
swharden committed Jul 8, 2023
1 parent 9f2bbf1 commit 46b505c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
tar -xvzf hugo.tar.gz
sudo mv hugo /usr/local/bin
- name: 🛠️ Build
run: hugo --source website --destination output --cleanDestinationDir --baseURL https://swharden.com/csdv/ --debug --minify
run: hugo --source website --destination output --cleanDestinationDir --baseURL https://swharden.com/csdv/
- name: 🔐 Create Key File
run: install -m 600 -D /dev/null ~/.ssh/id_rsa
- name: 🔑 Populate Key
Expand Down

0 comments on commit 46b505c

Please sign in to comment.