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:
authorIgor Baiborodine <igor@kiroule.com>2022-05-28 00:17:59 +0300
committerIgor Baiborodine <igor@kiroule.com>2022-05-28 00:17:59 +0300
commit3888dea658ceaf6b120c982cf729ce99958ab103 (patch)
tree34b6ecc52d8c5dad0a7b3a065bf6018f72ed0036
parent49a38a4a92acf5db4456ab5184d41fd4f9ac7982 (diff)
Issue-398: Fix missing icons when example site published on GitHub Pages
-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 abee8e5..dcc1f88 100644
--- a/.github/workflows/update-demo-page.yml
+++ b/.github/workflows/update-demo-page.yml
@@ -46,7 +46,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
+ run: cd /tmp/demo-site && hugo && > public/.nojekyll
- name: Deploy to GitHub Pages
if: success()