File tree Expand file tree Collapse file tree 6 files changed +891
-383
lines changed
Expand file tree Collapse file tree 6 files changed +891
-383
lines changed Original file line number Diff line number Diff line change 2727 environment :
2828 name : github-pages
2929 url : ${{ steps.deployment.outputs.page_url }}
30- runs-on : ubuntu-latest
30+ runs-on : ubuntu-slim
3131 steps :
3232 - name : Checkout
3333 uses : actions/checkout@v5
3939 - name : Install dependencies
4040 run : npm ci
4141 - name : Build
42- run : npm run build
42+ run : npm run build:singlefile
4343 - name : Setup Pages
4444 uses : actions/configure-pages@v5
4545 - name : Upload artifact
Original file line number Diff line number Diff line change 88
99 < link rel ="icon " type ="image/png " href ="favicon-96x96.png " sizes ="96x96 " />
1010 < link rel ="icon " type ="image/svg+xml " href ="favicon.svg " />
11- < link rel ="shortcut icon " href ="favicon.ico " />
11+ < link rel ="icon " href ="favicon.ico " />
1212
1313 < link rel ="preconnect " href ="https://fonts.googleapis.com ">
1414 < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
You can’t perform that action at this time.
0 commit comments