Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Lednerb/bilberry-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Brendel <mail@lednerb.eu>2020-07-20 17:42:54 +0300
committerSascha Brendel <mail@lednerb.eu>2020-07-20 17:42:54 +0300
commit4781e555c37ecb65d8c00f0272568f0c6fe9c1d4 (patch)
treee2b66a4f019192634a5f1738b4cf1e5a801d7158
parenta9cd1087b526190e6465a2efd3f94fdffce7acc9 (diff)
Revert "Disable cache in order to prevent bug #208"
This reverts commit a9cd1087b526190e6465a2efd3f94fdffce7acc9.
-rw-r--r--.github/workflows/update-demo-page.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-demo-page.yml b/.github/workflows/update-demo-page.yml
index 85f6770..6666fb5 100644
--- a/.github/workflows/update-demo-page.yml
+++ b/.github/workflows/update-demo-page.yml
@@ -30,7 +30,7 @@ jobs:
run: mkdir /tmp/demo-site/themes/bilberry-hugo-theme && cp -r * /tmp/demo-site/themes/bilberry-hugo-theme
- name: Build
- run: cd /tmp/demo-site && hugo --ignoreCache
+ run: cd /tmp/demo-site && hugo
- name: Deploy to GitHub Pages
if: success()