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 d8de19c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ jobs:
- name: Create MkDocs Project
run: |
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 d8de19c

Please sign in to comment.