Skip to content

Commit 96e5f14

Browse files
committed
docs: Fix documentation building inside CI
1 parent 7cdf00b commit 96e5f14

5 files changed

Lines changed: 465 additions & 485 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ jobs:
4040
- name: Generate documentation with changes from semantic-release
4141
run: |
4242
makim --verbose docs.build
43-
echo "docs.makim.org" > ./build/CNAME
4443
4544
- name: GitHub Pages action
4645
if: ${{ github.event_name == 'workflow_dispatch' }}

.github/workflows/reviewer-pr.yaml

Lines changed: 0 additions & 50 deletions
This file was deleted.

.makim.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ groups:
2727
help: Build documentation
2828
run: |
2929
mkdocs build --config-file mkdocs.yaml
30+
echo "docs.makim.org" > ./build/CNAME
3031
3132
preview:
3233
help: Preview documentation page locally

0 commit comments

Comments
 (0)