Add configurable theme repo URL for SSH/HTTPS flexibility
- Default to SSH for local development - Use HTTPS in GitLab CI via THEME_REPO_URL env var - Maintain compatibility for both environments
This commit is contained in:
parent
ca7d3e2162
commit
e90db7eb3f
2 changed files with 4 additions and 1 deletions
|
|
@ -6,6 +6,7 @@ build:
|
|||
stage: build
|
||||
tags: ["build"]
|
||||
script:
|
||||
- export THEME_REPO_URL='https://github.com/russellballestrini/pelican-svbhack.git'
|
||||
- make venv
|
||||
- export THEME='pelican-themes/pelican-svbhack'
|
||||
- export SITEURL='https://russell.ballestrini.net'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue