Compare commits
3 Commits
2025.12.03
...
c7264f6544
| Author | SHA1 | Date | |
|---|---|---|---|
| c7264f6544 | |||
| 3378c67156 | |||
|
|
b1256550c0 |
@@ -1,6 +1,8 @@
|
||||
node_modules
|
||||
Dockerfile
|
||||
|
||||
.gitignore
|
||||
|
||||
# Output
|
||||
.output
|
||||
.vercel
|
||||
|
||||
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
||||
*.jpg filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
@@ -20,6 +20,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
lfs: true
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Login to Gitea Container Registry
|
||||
|
||||
Reference in New Issue
Block a user