parent
b6e4f23389
commit
f80ae93ab6
2 changed files with 3 additions and 3 deletions
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -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 => `
|
||||
|
|
|
|||
Loading…
Reference in a new issue