mirror of
https://github.com/sigp/lighthouse.git
synced 2026-06-29 10:54:24 +00:00
Update docs whenever unstable changes (#1969)
## Issue Addressed NA ## Proposed Changes Presently `master` is stable (and will be sunsetted) which means our docs only update after a release. This PR sets the docs to build on the `unstable` branch, which is equivalent to what what we've always had. ## Additional Info This does raise the question of whether or not docs should target `stable` or `unstable`, but I'd prefer to maintain current functionality and merge #1966 for now. I think having two versions might be handy, one for stable and one for unstable; I don't imagine this very difficult to achieve.
This commit is contained in:
2
.github/workflows/book.yml
vendored
2
.github/workflows/book.yml
vendored
@@ -3,7 +3,7 @@ name: mdbook
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- unstable
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-upload-to-s3:
|
build-and-upload-to-s3:
|
||||||
|
|||||||
Reference in New Issue
Block a user