Add BASE_URL config
All checks were successful
Building & Deploying Website / Deploy-Website (push) Successful in 19s
All checks were successful
Building & Deploying Website / Deploy-Website (push) Successful in 19s
This commit is contained in:
@@ -19,7 +19,9 @@ jobs:
|
||||
# extended: true
|
||||
|
||||
- name: Build
|
||||
run: hugo --minify
|
||||
run: hugo -b $BASE_URL --minify
|
||||
env:
|
||||
DOMAIN: ${{ vars.BASE_URL }}
|
||||
|
||||
- name: "Publish"
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user