Skip to content

Commit 326ea34

Browse files
committed
2 parents ffc0699 + ddcb6bb commit 326ea34

File tree

4 files changed

+22
-1
lines changed

4 files changed

+22
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,7 @@ jobs:
3131
- name: Build and Deploy
3232
run: mkdocs gh-deploy --force
3333
env:
34-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
35+
36+
- name: Copy CNAME
37+
run: cp CNAME site/

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@
4141

4242
### 💼 Other
4343

44+
- Reorder CNAME copy step in deploy workflow _(2025-10-16 15:06:42)_
45+
- Add CNAME copy step in deploy workflow
46+
47+
Add step to copy CNAME file before deployment. _(2025-10-16 15:04:55)_
48+
- Update README.md _(2025-10-16 15:02:18)_
49+
- Fixing CNAME so will persist to github pages _(2025-10-16 14:59:09)_
50+
- Add CNAME option to mkdocs deployment command _(2025-10-16 14:53:53)_
51+
- Merge branch 'main' of https://github.com/codebase-interface/codebaseinterface _(2025-10-16 14:48:58)_
4452
- Merge branch 'main' of https://github.com/codebase-interface/codebaseinterface _(2025-10-16 14:34:13)_
4553
- Merge branch 'main' of https://github.com/codebase-interface/codebaseinterface _(2025-10-16 14:05:06)_
4654
- Update welcome message in README _(2025-10-16 13:35:35)_
@@ -61,6 +69,13 @@
6169

6270
### 📚 Documentation
6371

72+
- Update changelog [skip ci] _(2025-10-16 15:05:06)_
73+
- Update changelog [skip ci] _(2025-10-16 15:02:26)_
74+
- Update changelog [skip ci] _(2025-10-16 14:59:20)_
75+
- Update changelog [skip ci] _(2025-10-16 14:54:03)_
76+
- Update changelog [skip ci] _(2025-10-16 14:49:10)_
77+
- Update changelog [skip ci] _(2025-10-16 14:37:22)_
78+
- Enhance navigation buttons and responsive design across documentation _(2025-10-16 14:48:58)_
6479
- Add example for source aligned directory implementation _(2025-10-16 14:37:12)_
6580
- Update changelog [skip ci] _(2025-10-16 14:34:22)_
6681
- Update changelog [skip ci] _(2025-10-16 14:05:19)_

CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
codebaseinterface.org

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This documentation will help you understand how to use the service provided by this codebase.
44

5+
test
6+
57
The codebase interface is a set of principles that aim to promote the ease of use of codebases across languages and frameworks for multiple audiences.
68

79
- [Codebase Interface](#codebase-interface)

0 commit comments

Comments
 (0)