Skip to content

Commit 39b4b1a

Browse files
authored
Merge pull request #5 from NikhilSuthar/dev
Update CNAME
2 parents 914de8c + 879d438 commit 39b4b1a

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
publish_dir: ./site
3131
enable_jekyll: false
3232
publish_branch: gh-pages
33-
cname: thedatacarpenter.com
33+
cname: airflow-copilot.thedatacarpenter.com

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
publish_dir: ./site
8888
enable_jekyll: false
8989
publish_branch: gh-pages
90-
cname: thedatacarpenter.com
90+
cname: airflow-copilot.thedatacarpenter.com
9191

9292
create-release:
9393
needs: release

CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
thedatacarpenter.com
1+
airflow-copilot.thedatacarpenter.com

mkdocs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
site_name: ''
2-
site_url: https://thedatacarpenter.com/airflow-copilot/
3-
4-
site_dir: site/airflow-copilot
2+
site_url: https://airflow-copilot.thedatacarpenter.com
53
site_author: Nikhil Suthar
64
use_directory_urls: true
75
site_description: >

src/airflow_copilot/bot/card.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
},
5555
{
5656
"type": "TextBlock",
57-
"text": "Help keep the system clean and green 🌿 — ready to refresh backend chat?",
57+
"text": "Help to keep the system clean and green 🌿 — ready to refresh backend chat?",
5858
"weight": "Bolder",
5959
"spacing": "Medium",
6060
"wrap": True

0 commit comments

Comments
 (0)