Compare commits

..

3 commits

Author SHA1 Message Date
72519962fb Merge branch 'main' of ssh://fung.uy:2222/mycosystems/myco.systems
All checks were successful
Static / build (push) Successful in 2m35s
2025-04-12 21:16:58 -04:00
e454eb1d6c remove recursive clone 2025-04-12 21:13:42 -04:00
060911b5e3 remove icons as a submodule and move icons to public directory 2025-04-12 21:12:54 -04:00
9 changed files with 0 additions and 6 deletions

View file

@ -11,8 +11,6 @@ jobs:
image: fung.uy/mycosystems/web-ci:latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
- name: pre-compress
run: find ./public/* -type f \( -name '*.html' -o -name '*.js' -o -name '*.css' \) -exec gzip -v -k -f --best {} \;
- name: Deploy to Server

3
.gitmodules vendored
View file

@ -1,3 +0,0 @@
[submodule "public/icons"]
path = public/icons
url = https://fung.uy/mycosystems/styles.git

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

BIN
public/apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

BIN
public/favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 865 B

BIN
public/favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

BIN
public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

@ -1 +0,0 @@
Subproject commit 281b2e19f4fc287fe7d0c704bc4e1fb9b0ec7d3d