Skip to content

rwf2/api.rocket.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Builds the docs for api.rocket.rs.

How it works (build.sh)

When a commit gets pushed to any branch in Rocket, a webhook fires, triggering ./build.sh that:

  • Clones Rocket to _rocket.
  • Creates a worktree for each branch _build.
  • Builds the docs in parallel in each worktree, if cache is stale.
  • Copies each $worktree/target/doc to _output/$branch.
  • Copies static/* to _output/.
  • Uploads _output to api.rocket.rs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published