ci: actually preload config LOL
All checks were successful
Astro Check / astro-check (push) Successful in 48s
All checks were successful
Astro Check / astro-check (push) Successful in 48s
This commit is contained in:
parent
974818b673
commit
9feb1270ce
3 changed files with 9 additions and 1 deletions
4
.ci-scripts/build-config.json
Normal file
4
.ci-scripts/build-config.json
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
{
|
||||||
|
"https://ninja.wup.shop.nintendo.net/ninja/": "https://ninja.wup.shop.nintendo.net/ninja/",
|
||||||
|
"https://samurai.wup.shop.nintendo.net/samurai/": "https://samurai.wup.shop.nintendo.net/samurai/"
|
||||||
|
}
|
||||||
|
|
@ -8,6 +8,9 @@ jobs:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Copy build-config
|
||||||
|
run: cp .ci-scripts/build-config.json ./build-config.json
|
||||||
|
|
||||||
- name: Setup Bun
|
- name: Setup Bun
|
||||||
uses: oven-sh/setup-bun@v2
|
uses: oven-sh/setup-bun@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -23,4 +23,5 @@ pnpm-debug.log*
|
||||||
# jetbrains setting folder
|
# jetbrains setting folder
|
||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
build-config.json
|
/build-config.json
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue