This repository was archived by the owner on Jun 1, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed
Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,12 @@ jobs:
1919 runs-on : ubuntu-latest
2020
2121 steps :
22- - name : Checkout
23- uses : actions/checkout@v4
22+ - uses : actions/checkout@v4
2423
25- - name : Use Node.js 20
26- uses : actions/setup-node@v3
24+ - uses : actions/setup-node@v4
2725 with :
2826 node-version : 20
29-
27+
3028 - name : Install dependencies
3129 run : npm i
3230
3735 uses : JamesIves/github-pages-deploy-action@v4
3836 with :
3937 folder : dist
40- branch : gh-pages
38+ branch : gh-pages
Original file line number Diff line number Diff line change 11# Local Energy System
22
3+ <img src =" /public/homepagelogo.png " alt =" Logo " >
4+
35<p style =" text-align : center ;" >A simulation tool for comparing schedulable load algorithms and twinworlds in a local energy system environment.</p >
46
57If you like this project, please consider supporting it by giving it a star ⭐!
Original file line number Diff line number Diff line change @@ -3,4 +3,7 @@ import { pluginSvelte } from "@rsbuild/plugin-svelte";
33
44export default defineConfig ( {
55 plugins : [ pluginSvelte ( ) ] ,
6+ output : {
7+ assetPrefix : "/LES/" ,
8+ } ,
69} ) ;
You can’t perform that action at this time.
0 commit comments