chore: fix the file structure
This commit is contained in:
@@ -29,7 +29,7 @@ jobs:
|
|||||||
- name: Prepare files
|
- name: Prepare files
|
||||||
run: |
|
run: |
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
cp src/*.css build
|
cp themes/*.css build
|
||||||
cd build
|
cd build
|
||||||
sed -i 's/\[URL\]/https:\/\/adamperkowski.github.io\/jellyfin/g' *.css
|
sed -i 's/\[URL\]/https:\/\/adamperkowski.github.io\/jellyfin/g' *.css
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ name: Whiskers Check
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
paths: ['template.tera', 'src', '.github/workflows/whiskers.yml']
|
paths: ['jellyfin.tera', 'themes', '.github/workflows/whiskers.yml']
|
||||||
pull_request:
|
pull_request:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
@@ -15,4 +15,4 @@ jobs:
|
|||||||
- uses: catppuccin/setup-whiskers@v1.0.0
|
- uses: catppuccin/setup-whiskers@v1.0.0
|
||||||
with:
|
with:
|
||||||
whiskers-version: '2.5.1'
|
whiskers-version: '2.5.1'
|
||||||
- run: whiskers template.tera --check
|
- run: whiskers jellyfin.tera --check
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ whiskers:
|
|||||||
version: 2.5.1
|
version: 2.5.1
|
||||||
matrix:
|
matrix:
|
||||||
- flavor
|
- flavor
|
||||||
filename: 'src/{{flavor.identifier}}.css'
|
filename: 'themes/{{flavor.identifier}}.css'
|
||||||
---
|
---
|
||||||
:root {
|
:root {
|
||||||
--rosewater: #{{rosewater.hex}};
|
--rosewater: #{{rosewater.hex}};
|
||||||
Reference in New Issue
Block a user