Commit 81421bcc by Carson Yang Committed by GitHub

Fix CI workflow (#220)

Signed-off-by: Carson Yang <yangchuansheng33@gmail.com>
parent f4ae980a
...@@ -54,7 +54,7 @@ jobs: ...@@ -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 }}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment