Skip to content

Commit accda73

Browse files
author
Mihail Perevertkin
committed
fix files for git actions
1 parent f36621c commit accda73

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy Demo to GitHub Pages
22

33
on:
44
push:
5-
branches: [ main, master ]
5+
branches: [ development ]
66
workflow_dispatch:
77

88
permissions:

test-app/src/app/app.component.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<demo-banner></demo-banner>
22
<div class="app-container">
33
<aside class="sidebar">
4-
<h2>OpenWebUI Chat</h2>
54

65
<div class="config-section">
76
<h3>Configuration</h3>
@@ -110,7 +109,6 @@ <h3>Chat Controls</h3>
110109
@if (!chatConnected()) {
111110
<div class="placeholder">
112111
<div class="placeholder-content">
113-
<h2>Welcome to OpenWebUI Chat</h2>
114112
<p>Please configure your connection and select a model to start chatting.</p>
115113
<div class="steps">
116114
<div class="step" [class.completed]="hostUrl() && apiKey()">

0 commit comments

Comments
 (0)