mirror of
https://github.com/mrrpnya/lipu-sona.git
synced 2025-02-13 16:44:39 +00:00
change the name of the theme executable to match alpine
This commit is contained in:
parent
4d6d71f444
commit
54eafe51e0
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ stages: # List of stages for jobs, and their order of execution
|
||||||
build-job: # This job runs in the build stage, which runs first.
|
build-job: # This job runs in the build stage, which runs first.
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
- make
|
- make THEME=discount-theme
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- "out"
|
- "out"
|
||||||
|
|
Loading…
Add table
Reference in a new issue