Skip to content

Commit

Permalink
Merge branch 'main' into supernovahs/book
Browse files Browse the repository at this point in the history
  • Loading branch information
supernovahs authored Jun 13, 2024
2 parents 15efeb9 + 4f012d5 commit 4a4cb0a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ name: booj

on:
push:
branches: [main]
branches:
- '**'
pull_request:
branches: [main]
branches:
- '**'
merge_group:

jobs:
Expand Down Expand Up @@ -104,6 +106,11 @@ jobs:

- name: Build docs
run: cargo +nightly doc
env:
# Keep in sync with ./ci.yml:jobs.docs
RUSTDOCFLAGS:
--cfg docsrs --show-type-layout --generate-link-to-definition --enable-index-page
-Zunstable-options

- name: Move docs to book folder
run: |
Expand Down

0 comments on commit 4a4cb0a

Please sign in to comment.