Compare commits
5 Commits
836267b19d
...
renovate/b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
74e72587fd | ||
| 905090e114 | |||
|
|
38bda65c54 | ||
| 85e3d5c86b | |||
| b5ead6c093 |
@@ -46,7 +46,7 @@ jobs:
|
|||||||
git add .
|
git add .
|
||||||
git commit -m "${{ gitea.event.head_commit.message }} ·· [$(date +"%Z %Y-%m-%d %A %H:%M:%S")]"
|
git commit -m "${{ gitea.event.head_commit.message }} ·· [$(date +"%Z %Y-%m-%d %A %H:%M:%S")]"
|
||||||
# 强制推送到远程仓库的 page 分支
|
# 强制推送到远程仓库的 page 分支
|
||||||
git push --force --quiet "https://${{ gitea.actor }}:${{ secrets.DEPLOY_TOKEN }}@git.biss.click/biss/blog.git" master:page
|
git push --force --quiet "https://${{ gitea.actor }}:${{ secrets.DEPLOY_TOKEN }}@git.biss.click/biss/profile.git" master:page
|
||||||
|
|
||||||
- name: Webhook 通知服务器
|
- name: Webhook 通知服务器
|
||||||
run: |
|
run: |
|
||||||
@@ -13,7 +13,7 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@astrojs/check": "^0.9.6",
|
"@astrojs/check": "^0.9.6",
|
||||||
"@astrojs/tailwind": "^6.0.2",
|
"@astrojs/tailwind": "^6.0.2",
|
||||||
"@biomejs/biome": "1.7.3",
|
"@biomejs/biome": "1.9.4",
|
||||||
"@tailwindcss/typography": "^0.5.13",
|
"@tailwindcss/typography": "^0.5.13",
|
||||||
"astro": "^5.17.2",
|
"astro": "^5.17.2",
|
||||||
"tailwindcss": "^3.4.3",
|
"tailwindcss": "^3.4.3",
|
||||||
|
|||||||
3
renovate.json
Normal file
3
renovate.json
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user