mirror of
https://github.com/valentineus/popov.link.git
synced 2025-08-12 09:26:41 +03:00
Compare commits
31 Commits
a81117972d
...
renovate/a
Author | SHA1 | Date | |
---|---|---|---|
![]() |
d6c069942f | ||
![]() |
8e45725ef1 | ||
![]() |
ef92c4c868 | ||
![]() |
7dedb5dee6 | ||
![]() |
915c38ead7 | ||
![]() |
267811db58 | ||
![]() |
619978bea0 | ||
![]() |
0b975cf5c9 | ||
![]() |
b324aa97c5 | ||
![]() |
a4df7bd513 | ||
![]() |
ce77882f3d | ||
![]() |
79cdf898f1 | ||
![]() |
e1566f94d4 | ||
![]() |
f7efa6db5b | ||
![]() |
ae3176da79 | ||
![]() |
3bb4d50767 | ||
![]() |
dd33ec8e48 | ||
![]() |
4698e50cb7 | ||
![]() |
05a0579a91 | ||
![]() |
80fcd46280 | ||
![]() |
7634a2e325 | ||
![]() |
29385b1edf | ||
![]() |
ae7dac3099 | ||
![]() |
d8a59ef4c4 | ||
![]() |
4412049beb | ||
![]() |
c32aa4e773 | ||
![]() |
c9d67d9210 | ||
![]() |
d99c901b42 | ||
15fdeb46f1
|
|||
15795a5337
|
|||
bc4f65c1f6
|
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"image": "mcr.microsoft.com/devcontainers/javascript-node:22",
|
||||
"image": "mcr.microsoft.com/devcontainers/javascript-node:24",
|
||||
"forwardPorts": [4321],
|
||||
"portsAttributes": {
|
||||
"4321": {
|
||||
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
|
25
.github/workflows/mirror.yml
vendored
Normal file
25
.github/workflows/mirror.yml
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
name: Mirror
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
mirror:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Mirror to remote repository
|
||||
uses: yesolutions/mirror-action@master
|
||||
with:
|
||||
REMOTE: "https://git.popov.link/popov.link.git"
|
||||
GIT_USERNAME: ${{ secrets.GIT_USERNAME }}
|
||||
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}
|
@@ -41,9 +41,9 @@ npm run preview
|
||||
|
||||
## Project Info
|
||||
|
||||
- Maintained by [Valentin Popov](mailto:valentin@popov.link)
|
||||
- Issues: [GitHub](https://github.com/valentineus/popov.link/issues)
|
||||
- Read-only mirror: [code.popov.link](https://code.popov.link/valentineus/popov.link)
|
||||
- Read-only mirror: [git.popov.link](https://git.popov.link/popov.link/)
|
||||
- Maintained by [Valentin Popov](mailto:valentin@popov.link)
|
||||
|
||||
## Comments
|
||||
|
||||
|
636
package-lock.json
generated
636
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -3,7 +3,7 @@
|
||||
"type": "module",
|
||||
"version": "2025.01.24",
|
||||
"private": true,
|
||||
"packageManager": "npm@11.4.2",
|
||||
"packageManager": "npm@11.5.2",
|
||||
"browserslist": [
|
||||
">0.2%",
|
||||
"not dead",
|
||||
@@ -35,7 +35,7 @@
|
||||
"mdast-util-to-string": "^4.0.0",
|
||||
"reading-time": "^1.5.0",
|
||||
"sass": "^1.89.1",
|
||||
"satori": "^0.15.2",
|
||||
"satori": "^0.16.0",
|
||||
"satori-html": "^0.3.2",
|
||||
"schema-dts": "^1.1.5",
|
||||
"sharp": "^0.34.2",
|
||||
|
Reference in New Issue
Block a user