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