update: workflow and css
Some checks failed
Android Universal Build / build-android (push) Has been cancelled

This commit is contained in:
2026-03-16 15:35:05 +01:00
parent 0d531d5b7c
commit a91537fccf
4 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
name: Android Build Final Fixed name: Android Universal Build
on: on:
push: push:
branches: [main] branches: [main]

View File

View File

View File

@@ -5,6 +5,7 @@
<title>Tauri + Yew App</title> <title>Tauri + Yew App</title>
<link data-trunk rel="css" href="styles.css" /> <link data-trunk rel="css" href="styles.css" />
<link data-trunk rel="copy-dir" href="public" /> <link data-trunk rel="copy-dir" href="public" />
<link data-trunk rel="copy-dir" href="assets" />
</head> </head>
<body></body> <body></body>
</html> </html>