7 Commits

Author SHA1 Message Date
agresdominik 2f6db88acb Merge pull request #6 from agresdominik/ui-fix
fix phone ui wrap
2026-06-22 21:58:30 +02:00
agresdominik e5e386639e fix phone ui wrap 2026-06-22 21:57:34 +02:00
agresdominik bfe4ec756d Merge pull request #4 from agresdominik/dependabot/github_actions/appleboy/ssh-action-1.2.5
Bump appleboy/ssh-action from 0.1.9 to 1.2.5
2026-06-22 21:49:24 +02:00
agresdominik 70ed5bc629 Merge pull request #5 from agresdominik/cleanup
remove build step on push on main
2026-06-22 21:46:58 +02:00
dependabot[bot] 07b2f7b031 Bump appleboy/ssh-action from 0.1.9 to 1.2.5
Bumps [appleboy/ssh-action](https://github.com/appleboy/ssh-action) from 0.1.9 to 1.2.5.
- [Release notes](https://github.com/appleboy/ssh-action/releases)
- [Commits](https://github.com/appleboy/ssh-action/compare/v0.1.9...v1.2.5)

---
updated-dependencies:
- dependency-name: appleboy/ssh-action
  dependency-version: 1.2.5
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-06-22 19:46:37 +00:00
agresdominik dbfe277eb0 remove build step on push on main 2026-06-22 21:45:40 +02:00
agresdominik 971c6c9f97 Merge pull request #3 from agresdominik/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 3 to 7
2026-06-22 21:44:46 +02:00
3 changed files with 5 additions and 3 deletions
-2
View File
@@ -3,8 +3,6 @@ name: Build Check
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
build:
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v7
- name: Deploy to VPS
uses: appleboy/ssh-action@v0.1.9
uses: appleboy/ssh-action@v1.2.5
with:
host: ${{ secrets.VPS_HOST }}
username: agres
+4
View File
@@ -156,7 +156,9 @@ article { margin-bottom: 2rem; }
justify-content: space-between;
align-items: baseline;
gap: 1rem;
flex-wrap: wrap;
}
.nav-links { white-space: nowrap; }
.site-title {
font-size: 1.25rem;
font-weight: 600;
@@ -335,6 +337,8 @@ code { font-family: var(--font-mono); }
main { margin: 2rem 0 3rem; }
.post-head { flex-direction: column; gap: 0.2rem; }
.landing-name { font-size: 2.1rem; }
.nav-links a { margin-left: 0.9rem; }
.nav-links a.lang-switch { margin-left: 0.7rem; padding-left: 0.7rem; }
}
/* ---------- LLM prompt-injection bait (kept hidden) ---------- */