move import.css out of folder (VERY EXPERIMENTAL)
This commit is contained in:
parent
da8f8284f9
commit
cdb03f0202
2 changed files with 2 additions and 2 deletions
2
.github/scripts/generate/index.mjs
vendored
2
.github/scripts/generate/index.mjs
vendored
|
|
@ -46,7 +46,7 @@ for (const [bid, img] of Object.entries(data.badges)) {
|
|||
}
|
||||
|
||||
await writeFile(
|
||||
join("../../", "source", "import.css"),
|
||||
join("../../", "import.css"),
|
||||
uglify ? UglifyCSS.processString(dist.join("\n")) : dist.join("\n\n")
|
||||
);
|
||||
|
||||
|
|
|
|||
2
.github/workflows/generate-db.yml
vendored
2
.github/workflows/generate-db.yml
vendored
|
|
@ -50,6 +50,6 @@ jobs:
|
|||
git config --global user.name "github-actions[bot]"
|
||||
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||
|
||||
git add source/import.css
|
||||
git add import.css
|
||||
git commit -m "Update import.css (${{ github.sha || 'manual trigger' }})" || true
|
||||
git push
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue