We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e23b20 commit 8d621f6Copy full SHA for 8d621f6
.github/workflows/ci.yml
@@ -68,7 +68,11 @@ jobs:
68
run: poetry run pytest
69
- name: Create MkDocs Project
70
run: |
71
- juvix-mkdocs new -f -n -D --no-run-server --no-open --project-name my-juvix-project --anoma-setup
+ juvix-mkdocs new -f -n -D --no-run-server --no-open --project-name
72
+ my-juvix-project --anoma-setup
73
+ env:
74
+ SITE_URL: https://anoma.github.io/juvix-mkdocs/
75
+ SITE_NAME: Juvix MkDocs
76
- name: Build MkDocs Project
77
run: juvix-mkdocs build -p my-juvix-project
78
env:
0 commit comments