Skip to content

Commit 661873b

Browse files
authored
chore: add CNAME for custom domain (#282)
1 parent f71e116 commit 661873b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,5 @@ jobs:
4747
path: .cache
4848
restore-keys: |
4949
mkdocs-material-
50-
- name: Add CNAME for custom domain
51-
run: echo -n "docs.opalmedapps.com" > CNAME
5250
- name: Deploy to GitHub Pages
5351
run: uv run mkdocs gh-deploy --strict --force

REUSE.toml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ SPDX-License-Identifier = "MIT"
3131
[[annotations]]
3232
path = [
3333
"uv.lock",
34+
"docs/CNAME",
3435
]
3536
SPDX-FileCopyrightText = "NONE"
3637
SPDX-License-Identifier = "CC0-1.0"

docs/CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
docs.opalmedapps.com

0 commit comments

Comments
 (0)