diff options
author | Jan Raasch <425211+janraasch@users.noreply.github.com> | 2023-03-15 13:22:40 +0100 |
---|---|---|
committer | Jan Raasch <425211+janraasch@users.noreply.github.com> | 2023-03-15 13:22:40 +0100 |
commit | d986e38325c1820404a5d3109308ff83354dd33d (patch) | |
tree | 0e48e022c088ea8a2c3d53ebb6decae0e9f93e1a | |
parent | 5fb7b332564c19f95e93cf675a9fd1e4a66a9fbd (diff) | |
download | hugo-bearcub-d986e38325c1820404a5d3109308ff83354dd33d.tar.gz hugo-bearcub-d986e38325c1820404a5d3109308ff83354dd33d.tar.bz2 |
chore(ci): try ignoring cache
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f203bc..7a075f1 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 --minify --gc --destination ../public --source ./exampleSite --themesDir ../.. --baseURL https://janraasch.github.io/hugo-bearblog/ + run: hugo --ignoreCache --minify --gc --destination ../public --source ./exampleSite --themesDir ../.. --baseURL https://janraasch.github.io/hugo-bearblog/ - name: Upload Artifact uses: actions/upload-artifact@v3 |