Добавление фавикона
Build and Deploy / deploy (push) Successful in 13s

This commit is contained in:
Dmitry
2026-05-18 14:06:33 +03:00
parent b163e36b51
commit 2f8a270730
6 changed files with 5 additions and 10 deletions
-10
View File
@@ -21,13 +21,3 @@ jobs:
run: | run: |
docker build -t git.ada-dev.ru/${{ gitea.repository }}:latest . docker build -t git.ada-dev.ru/${{ gitea.repository }}:latest .
docker push git.ada-dev.ru/${{ gitea.repository }}:latest docker push git.ada-dev.ru/${{ gitea.repository }}:latest
- name: Deploy container
run: |
docker stop ada-dev-ru 2>/dev/null || true
docker rm ada-dev-ru 2>/dev/null || true
docker run -d \
--name ada-dev-ru \
--restart unless-stopped \
-p 8081:80 \
git.ada-dev.ru/${{ gitea.repository }}:latest
+5
View File
@@ -10,6 +10,11 @@ enableRobotsTXT = true
showBackToTopButton = true showBackToTopButton = true
customHeadHTML = """ customHeadHTML = """
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<style> <style>
.home-nav { .home-nav {
display: flex; display: flex;
Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB