update deploy
Some checks failed
/ deploy (push) Failing after 10s

This commit is contained in:
gablaxy 2026-02-25 16:29:15 +01:00
parent b6e4f23389
commit f80ae93ab6
2 changed files with 3 additions and 3 deletions

View file

@ -20,7 +20,7 @@ jobs:
run: apt-get update && apt-get install -y rsync
- name: Build Bubo
run: npm run build:bubo
run: npm run build
- name: List built files
run: ls -la ./public/

View file

@ -34,7 +34,7 @@ export const template = ({ allItems, groups, errors, now }) => (`
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>🦉 reader</title>
<title>rss reader</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
@ -44,7 +44,7 @@ export const template = ({ allItems, groups, errors, now }) => (`
<div class="sidebar">
<header>
<h1 class="inline" style="user-select: none;">🦉</h1>
<h1 class="inline" style="user-select: none;">rss</h1>
<ul class="group-selector">
<li><a href="#all-articles">all articles</a></li>
${forEach(groups, group => `