Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Dec 14, 2024
1 parent 9224f11 commit 55baee2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,11 @@ jobs:
- name: Build documentation
run: cargo doc --workspace
env:
RUSTDOCFLAGS: --html-in-header assets/head.html

- name: Build index page
run: cargo doc --workspace --no-deps --exclude "openvm-benchmarks"
env:
RUSTDOCFLAGS: --enable-index-page -Zunstable-options --html-in-header assets/head.html
RUSTDOCFLAGS: --enable-index-page -Zunstable-options

# TODO: make a special tag for doc commit when pushing v*.*.* tags

Expand Down
1 change: 0 additions & 1 deletion assets/head.html

This file was deleted.

0 comments on commit 55baee2

Please sign in to comment.