You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The codebase interface website is provided through github pages via the organisation level pages setting which is then leveraged through this specific repo called codebase-interface.github.io. This depends on DNS records being set in the namecheap domain provider and also the CNAME being present in the docs folder so that it can be copied across to the gh-pages branch.
12
+
13
+
### Checklist
14
+
15
+
- ✔️ - Github pages enabled at github organisation level.
16
+
- ✔️ - Namecheap domain provider contains TXT record from organisation level.
17
+
- ✔️ - Namecheap domain provider contains A records for github IP addresses.
18
+
- ✔️ - Repo is named {organisation}.github.io.
19
+
- ✔️ - Github pages enabled at the repo level.
20
+
- ✔️ - CNAME present in mkdocs folder of main branch with contents codebaseinterface.org.
21
+
- ✔️ - CNAME present in root of gh-pages branch with contents codebaseinterface.org.
0 commit comments