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

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChen Xianmin <xianmin12@gmail.com>2022-09-07 17:30:00 +0300
committerChen Xianmin <xianmin12@gmail.com>2022-09-07 17:30:00 +0300
commit58d7b87b02bdf2658135b10913a4b66026ded195 (patch)
tree8501bb9a5bbbec1e28d69a6d8e449a519379d858
parent4eef8996c0469728746173fca5019e5006f7745a (diff)
fix: build gh-pages action, hugo command
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f9497ce..3e96f12 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
extended: true
- name: Build
- run: hugo
+ run: hugo --contentDir='./exampleSite/content' --config='dev-config.toml'
- name: Deploy
uses: peaceiris/actions-gh-pages@v3