Skip to content

Commit

Permalink
chore(gitpod): add a task to serve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed Jun 6, 2022
1 parent 5826aa1 commit 74559f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ image:
file: .gitpod.Dockerfile

tasks:
- name: doc
init: cargo +nightly doc --all-features --no-deps
command: miniserve --index benimator/index.html target/doc

- name: test
init: |
cp .cargo/fast_compiles_config .cargo/config.toml
Expand Down

0 comments on commit 74559f9

Please sign in to comment.