Skip to content

Commit

Permalink
CI: use SITE_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaprieto committed Nov 26, 2024
1 parent 9e23b20 commit 8d621f6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,11 @@ jobs:
run: poetry run pytest
- name: Create MkDocs Project
run: |
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
my-juvix-project --anoma-setup
env:
SITE_URL: https://anoma.github.io/juvix-mkdocs/
SITE_NAME: Juvix MkDocs
- name: Build MkDocs Project
run: juvix-mkdocs build -p my-juvix-project
env:
Expand Down

0 comments on commit 8d621f6

Please sign in to comment.