This commit is contained in:
2025-08-30 13:55:42 +08:00
3 changed files with 11 additions and 11 deletions

View File

@@ -73,7 +73,7 @@ jobs:
key: ${{ secrets.KEY }} key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }} port: ${{ secrets.PORT }}
script: | script: |
cd /opt/1panel/www/sites/blog.biss.click/index/ cd /opt/www/sites/blog/index/
git config --global --add safe.directory "$(pwd)" git config --global --add safe.directory "$(pwd)"
git fetch --all --depth=1 git fetch --all --depth=1
git reset --hard origin/page git reset --hard origin/page

16
package-lock.json generated
View File

@@ -8,7 +8,7 @@
"name": "hexo-site", "name": "hexo-site",
"version": "0.0.0", "version": "0.0.0",
"dependencies": { "dependencies": {
"@sveltia/cms": "^0.100.1", "@sveltia/cms": "^0.102.0",
"axios": "^1.11.0", "axios": "^1.11.0",
"cheerio": "^1.1.2", "cheerio": "^1.1.2",
"hexo": "^7.3.0", "hexo": "^7.3.0",
@@ -35,7 +35,7 @@
"hexo-wordcount": "^6.0.1", "hexo-wordcount": "^6.0.1",
"moment": "^2.30.1", "moment": "^2.30.1",
"node-fetch": "^3.3.2", "node-fetch": "^3.3.2",
"p-limit": "^7.1.0", "p-limit": "^7.1.1",
"vite-plugin-require-transform": "^1.0.21" "vite-plugin-require-transform": "^1.0.21"
} }
}, },
@@ -353,9 +353,9 @@
} }
}, },
"node_modules/@sveltia/cms": { "node_modules/@sveltia/cms": {
"version": "0.100.2", "version": "0.102.0",
"resolved": "https://registry.npmjs.org/@sveltia/cms/-/cms-0.100.2.tgz", "resolved": "https://registry.npmjs.org/@sveltia/cms/-/cms-0.102.0.tgz",
"integrity": "sha512-PkoX91JrVfV5+ZAly0jNXVJxlQ26+z6pLvyE/O1ykxfMDfbkE7o2a/m+aIXpfC9q3vZlK6YKurfZXcEu+RgOmA==", "integrity": "sha512-phwYd/p9BNF24xRsr0BKKR3bTZbiiwr7fyK6fSug74tYlJQJavVJJl4oQGw/gWK8mZls+FuFKSnIlhJHlO9tlQ==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/@types/trusted-types": { "node_modules/@types/trusted-types": {
@@ -3302,9 +3302,9 @@
} }
}, },
"node_modules/p-limit": { "node_modules/p-limit": {
"version": "7.1.0", "version": "7.1.1",
"resolved": "https://registry.npmjs.org/p-limit/-/p-limit-7.1.0.tgz", "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-7.1.1.tgz",
"integrity": "sha512-7LbrpOjbzBWFHFgRtVrIAwBwW1bB7c7n914Q2+CXr1TvOfbTrVHAEH1Ya9PwDwAoKLeiRrczymYWPwaHNOQ0vA==", "integrity": "sha512-i8PyM2JnsNChVSYWLr2BAjNoLi0BAYC+wecOnZnVV+YSNJkzP7cWmvI34dk0WArWfH9KwBHNoZI3P3MppImlIA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"yocto-queue": "^1.2.1" "yocto-queue": "^1.2.1"

View File

@@ -12,7 +12,7 @@
"version": "7.3.0" "version": "7.3.0"
}, },
"dependencies": { "dependencies": {
"@sveltia/cms": "^0.100.1", "@sveltia/cms": "^0.102.0",
"axios": "^1.11.0", "axios": "^1.11.0",
"cheerio": "^1.1.2", "cheerio": "^1.1.2",
"hexo": "^7.3.0", "hexo": "^7.3.0",
@@ -39,7 +39,7 @@
"hexo-wordcount": "^6.0.1", "hexo-wordcount": "^6.0.1",
"moment": "^2.30.1", "moment": "^2.30.1",
"node-fetch": "^3.3.2", "node-fetch": "^3.3.2",
"p-limit": "^7.1.0", "p-limit": "^7.1.1",
"vite-plugin-require-transform": "^1.0.21" "vite-plugin-require-transform": "^1.0.21"
} }
} }