Skip to content

Commit 8d621f6

Browse files
committed
CI: use SITE_URL
1 parent 9e23b20 commit 8d621f6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,11 @@ jobs:
6868
run: poetry run pytest
6969
- name: Create MkDocs Project
7070
run: |
71-
juvix-mkdocs new -f -n -D --no-run-server --no-open --project-name my-juvix-project --anoma-setup
71+
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
7276
- name: Build MkDocs Project
7377
run: juvix-mkdocs build -p my-juvix-project
7478
env:

0 commit comments

Comments
 (0)