Skip to content

Commit

Permalink
[CI] use --anoma-setup to render the main website
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaprieto committed Oct 16, 2024
1 parent 80e5ec4 commit 78c21b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: poetry run pytest
- name: Create MkDocs Project
run: |
juvix-mkdocs new -f -n --no-run-server --no-open --project-name my-juvix-project
juvix-mkdocs new -f -n --no-run-server --no-open --project-name my-juvix-project --anoma-setup
- name: Build MkDocs Project
run: juvix-mkdocs build -p my-juvix-project
env:
Expand Down
1 change: 1 addition & 0 deletions mkdocs_juvix/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@ def on_page_markdown(

metadata = page.meta
if metadata.get("isabelle", False):
log.error("Isabelle is not supported yet")
# isabelle_html = self._generate_isabelle_html(page.file.abs_src_path)
return markdown
return markdown
Expand Down

0 comments on commit 78c21b5

Please sign in to comment.