We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f2bbf1 commit 46b505cCopy full SHA for 46b505c
.github/workflows/ci-site.yaml
@@ -23,7 +23,7 @@ jobs:
23
tar -xvzf hugo.tar.gz
24
sudo mv hugo /usr/local/bin
25
- name: 🛠️ Build
26
- 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/
27
- name: 🔐 Create Key File
28
run: install -m 600 -D /dev/null ~/.ssh/id_rsa
29
- name: 🔑 Populate Key
0 commit comments