Compare commits
2 commits
f08620687f
...
28f9168276
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
28f9168276 | ||
|
|
e5f02f0782 |
2 changed files with 7 additions and 9 deletions
|
|
@ -21,6 +21,8 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
include: *site_matrix
|
||||
container:
|
||||
image: node:22-bookworm
|
||||
|
||||
steps:
|
||||
- name: Checkout git repository
|
||||
|
|
@ -35,15 +37,8 @@ jobs:
|
|||
token: ${{ secrets.CONFIG_REPO_TOKEN }}
|
||||
path: "configs"
|
||||
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 10
|
||||
|
||||
- name: Setup Nodejs
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
- name: Enable pnpm
|
||||
run: corepack enable && corepack prepare pnpm@latest --activate
|
||||
|
||||
- name: Install dependencies and config
|
||||
run: |
|
||||
|
|
|
|||
|
|
@ -22,6 +22,9 @@ body {
|
|||
padding: 0;
|
||||
|
||||
font-family: "Inter";
|
||||
|
||||
/* Disable the blue square when you tap a button on mobile */
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
|
||||
/*-Texts-----------------------------*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue