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

github.com/monkeyWzr/hugo-theme-cactus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGo <monkeywzr@gmail.com>2021-07-04 12:33:29 +0300
committerGitHub <noreply@github.com>2021-07-04 12:33:29 +0300
commitcd1d3d5203278bb9148c0c961f2f5481b93c9303 (patch)
tree6b2884632e432d3ad62a029c1f357939be556351
parent8a0766c543cff8c6e75a29acd93efd7902968398 (diff)
Update gh-pages.yml
fix hugo command
-rw-r--r--.github/workflows/gh-pages.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml
index 433c2be..18a0e18 100644
--- a/.github/workflows/gh-pages.yml
+++ b/.github/workflows/gh-pages.yml
@@ -22,7 +22,7 @@ jobs:
# extended: true
- name: Build
- run: hugo --minify
+ run: cd exampleSite && hugo --minify --themesDir ../..
- name: Deploy
uses: peaceiris/actions-gh-pages@v3.7.3