-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Needed refactors due to caching conflicts and data races (still some work to be done)
- Loading branch information
1 parent
6252e0b
commit 4023aec
Showing
9 changed files
with
387 additions
and
340 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,11 +68,13 @@ 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 --anoma-setup | ||
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: | ||
SITE_URL: https://anoma.github.io/juvix-mkdocs | ||
SITE_NAME: Juvix MkDocs | ||
- if: success() | ||
uses: JamesIves/[email protected] | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.