Skip to content

Commit bd9602f

Browse files
author
Chat Linux Client
committed
Add GitHub Pages workflow and update repository URLs
1 parent 6e75b17 commit bd9602f

3 files changed

Lines changed: 51 additions & 13 deletions

File tree

.github/workflows/pages.yml

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
name: Deploy to GitHub Pages
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
workflow_dispatch:
8+
9+
permissions:
10+
contents: read
11+
pages: write
12+
id-token: write
13+
14+
concurrency:
15+
group: "pages"
16+
cancel-in-progress: false
17+
18+
jobs:
19+
deploy:
20+
environment:
21+
name: github-pages
22+
url: ${{ steps.deployment.outputs.page_url }}
23+
runs-on: ubuntu-latest
24+
steps:
25+
- name: Checkout
26+
uses: actions/checkout@v4
27+
28+
- name: Setup Pages
29+
uses: actions/configure-pages@v5
30+
31+
- name: Upload artifact
32+
uses: actions/upload-pages-artifact@v3
33+
with:
34+
path: './pages'
35+
36+
- name: Deploy to GitHub Pages
37+
id: deployment
38+
uses: actions/deploy-pages@v4

pages/docs.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<a href="index.html#features" class="nav-link">Features</a>
2828
<a href="index.html#download" class="nav-link">Download</a>
2929
<a href="docs.html" class="nav-link active">Docs</a>
30-
<a href="https://github.com/yourusername/chat-linux-client" class="nav-link github-link">
30+
<a href="https://github.com/AutoBotSolutions/AI-Chat-Linux-Client" class="nav-link github-link">
3131
<svg viewBox="0 0 24 24" fill="currentColor">
3232
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/>
3333
</svg>
@@ -100,7 +100,7 @@ <h3>Quick Installation</h3>
100100
<span>Bash</span>
101101
<button class="copy-btn" onclick="copyCode(this)">Copy</button>
102102
</div>
103-
<pre><code>git clone https://github.com/yourusername/chat-linux-client.git
103+
<pre><code>git clone https://github.com/AutoBotSolutions/AI-Chat-Linux-Client.git
104104
cd chat-linux-client
105105
./scripts/install.sh
106106
./scripts/run.sh</code></pre>
@@ -301,7 +301,7 @@ <h3>Setup</h3>
301301
<span>Bash</span>
302302
<button class="copy-btn" onclick="copyCode(this)">Copy</button>
303303
</div>
304-
<pre><code>git clone https://github.com/yourusername/chat-linux-client.git
304+
<pre><code>git clone https://github.com/AutoBotSolutions/AI-Chat-Linux-Client.git
305305
cd chat-linux-client
306306
python3 -m venv venv
307307
source venv/bin/activate
@@ -520,9 +520,9 @@ <h3>Which provider should I use?</h3>
520520
</div>
521521
<div class="footer-section">
522522
<h4 class="footer-title">Resources</h4>
523-
<a href="https://github.com/yourusername/chat-linux-client/wiki" class="footer-link">Wiki</a>
524-
<a href="https://github.com/yourusername/chat-linux-client/issues" class="footer-link">Issues</a>
525-
<a href="https://github.com/yourusername/chat-linux-client" class="footer-link">GitHub</a>
523+
<a href="https://github.com/AutoBotSolutions/AI-Chat-Linux-Client/wiki" class="footer-link">Wiki</a>
524+
<a href="https://github.com/AutoBotSolutions/AI-Chat-Linux-Client/issues" class="footer-link">Issues</a>
525+
<a href="https://github.com/AutoBotSolutions/AI-Chat-Linux-Client" class="footer-link">GitHub</a>
526526
</div>
527527
<div class="footer-section">
528528
<h4 class="footer-title">License</h4>

pages/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<a href="#providers" class="nav-link">Providers</a>
2828
<a href="#download" class="nav-link">Download</a>
2929
<a href="docs.html" class="nav-link">Docs</a>
30-
<a href="https://github.com/yourusername/chat-linux-client" class="nav-link github-link">
30+
<a href="https://github.com/AutoBotSolutions/AI-Chat-Linux-Client" class="nav-link github-link">
3131
<svg viewBox="0 0 24 24" fill="currentColor">
3232
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/>
3333
</svg>
@@ -62,7 +62,7 @@ <h1 class="hero-title">
6262
<line x1="12" y1="15" x2="12" y2="3"/>
6363
</svg>
6464
</a>
65-
<a href="https://github.com/yourusername/chat-linux-client" class="btn btn-secondary">
65+
<a href="https://github.com/AutoBotSolutions/AI-Chat-Linux-Client" class="btn btn-secondary">
6666
<svg class="btn-icon" viewBox="0 0 24 24" fill="currentColor">
6767
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/>
6868
</svg>
@@ -424,7 +424,7 @@ <h2 class="section-title">
424424
<div class="install-command">
425425
<div class="command-label">Quick install with script:</div>
426426
<div class="command-box">
427-
<code>git clone https://github.com/yourusername/chat-linux-client.git && cd chat-linux-client && ./scripts/install.sh</code>
427+
<code>git clone https://github.com/AutoBotSolutions/AI-Chat-Linux-Client.git && cd chat-linux-client && ./scripts/install.sh</code>
428428
<button class="copy-btn" onclick="copyCommand(this)">Copy</button>
429429
</div>
430430
</div>
@@ -472,7 +472,7 @@ <h2 class="section-title">
472472
<div class="cta-content">
473473
<h2 class="cta-title">Ready to Experience Private AI?</h2>
474474
<p class="cta-description">Join thousands of Linux users enjoying privacy-first AI conversations</p>
475-
<a href="https://github.com/yourusername/chat-linux-client" class="btn btn-primary btn-large">
475+
<a href="https://github.com/AutoBotSolutions/AI-Chat-Linux-Client" class="btn btn-primary btn-large">
476476
<span>Get Started Free</span>
477477
<svg class="btn-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
478478
<line x1="5" y1="12" x2="19" y2="12"/>
@@ -506,9 +506,9 @@ <h4 class="footer-title">Product</h4>
506506
</div>
507507
<div class="footer-section">
508508
<h4 class="footer-title">Resources</h4>
509-
<a href="https://github.com/yourusername/chat-linux-client/wiki" class="footer-link">Wiki</a>
510-
<a href="https://github.com/yourusername/chat-linux-client/issues" class="footer-link">Issues</a>
511-
<a href="https://github.com/yourusername/chat-linux-client" class="footer-link">GitHub</a>
509+
<a href="https://github.com/AutoBotSolutions/AI-Chat-Linux-Client/wiki" class="footer-link">Wiki</a>
510+
<a href="https://github.com/AutoBotSolutions/AI-Chat-Linux-Client/issues" class="footer-link">Issues</a>
511+
<a href="https://github.com/AutoBotSolutions/AI-Chat-Linux-Client" class="footer-link">GitHub</a>
512512
</div>
513513
<div class="footer-section">
514514
<h4 class="footer-title">License</h4>

0 commit comments

Comments
 (0)