Skip to content

Commit

Permalink
run book yml on every branch
Browse files Browse the repository at this point in the history
  • Loading branch information
supernovahs committed Jun 12, 2024
1 parent 42bdcbe commit 4f012d5
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: book

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

jobs:
Expand Down Expand Up @@ -80,6 +82,11 @@ jobs:

- name: Build docs
run: cargo 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 4f012d5

Please sign in to comment.