mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00
Fix CI workflow (#220)
Signed-off-by: Carson Yang <yangchuansheng33@gmail.com>
This commit is contained in:
2
.github/workflows/deploy-docs.yml
vendored
2
.github/workflows/deploy-docs.yml
vendored
@@ -54,7 +54,7 @@ jobs:
|
|||||||
|
|
||||||
# Step 4 - Builds the site using Hugo
|
# Step 4 - Builds the site using Hugo
|
||||||
- name: Build
|
- name: Build
|
||||||
run: hugo mod get -u github.com/colinwilson/lotusdocs && hugo -v --minify -s docSite
|
run: cd docSite && hugo mod get -u github.com/colinwilson/lotusdocs && hugo -v --minify
|
||||||
env:
|
env:
|
||||||
HUGO_BASEURL: ${{ vars.BASE_URL }}
|
HUGO_BASEURL: ${{ vars.BASE_URL }}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user