Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build_book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Build book
run: |
~/.elan/bin/lake exe analysis-book
~/.elan/bin/lake exe analysis-book --docgen-url "https://teorth.github.io/analysis/docs/"
- name: Copy docs to analysis-book
run: |
cp -r ../analysis/.lake/build/doc _site/docs
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ lake exe Analysis:docs
Change the working directory to `./book/`
Build:
```
lake exe analysis-book
lake exe analysis-book --docgen-url "http://localhost:8000/analysis/docs/"
```

View the book:
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,9 @@ To build the project's web page after [installing Lean](https://www.lean-lang.or
% lake build
% cd ../
% cd book/
% lake exe analysis-book
% lake exe analysis-book --docgen-url="<url>"
% cd ../
```
where `<url>` is `http://localhost:8000/analysis/docs` for the local setup.

After this, `book/_site/` contains the project's web page.
2 changes: 1 addition & 1 deletion book/lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "git",
"subDir": null,
"scope": "",
"rev": "56d79b34f49586d95ac0a7c3d71f1342469d025d",
"rev": "36c5e5f804a3e3af661f550380628b037dcd5b08",
"name": "verso",
"manifestFile": "lake-manifest.json",
"inputRev": "analysis",
Expand Down