aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Raasch <425211+janraasch@users.noreply.github.com>2023-03-15 13:25:45 +0100
committerJan Raasch <425211+janraasch@users.noreply.github.com>2023-03-15 13:25:45 +0100
commit96a3934c6d166582af52b9151408f5739fa3dcc4 (patch)
tree6e10832421268733b722ee14a22e97b64901af41
parentd986e38325c1820404a5d3109308ff83354dd33d (diff)
downloadhugo-bearcub-96a3934c6d166582af52b9151408f5739fa3dcc4.tar.gz
hugo-bearcub-96a3934c6d166582af52b9151408f5739fa3dcc4.tar.bz2
chore(ci): try try try
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 7a075f1..41aa094 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
hugo-version: latest
- name: Build local ./exampleSite
- run: hugo --ignoreCache --minify --gc --destination ../public --source ./exampleSite --themesDir ../.. --baseURL https://janraasch.github.io/hugo-bearblog/
+ run: hugo --ignoreCache --destination ../public --source ./exampleSite --themesDir ../.. --baseURL https://janraasch.github.io/hugo-bearblog/
- name: Upload Artifact
uses: actions/upload-artifact@v3