Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
- name: Generate documentation with changes from semantic-release
run: |
makim --verbose docs.build
echo "docs.makim.org" > ./build/CNAME

- name: GitHub Pages action
if: ${{ github.event_name == 'workflow_dispatch' }}
Expand Down
50 changes: 0 additions & 50 deletions .github/workflows/reviewer-pr.yaml

This file was deleted.

1 change: 1 addition & 0 deletions .makim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ groups:
help: Build documentation
run: |
mkdocs build --config-file mkdocs.yaml
echo "docs.makim.org" > ./build/CNAME

preview:
help: Preview documentation page locally
Expand Down
Loading
Loading