From 7020f5df404b365156ddbdf552300674944d1e77 Mon Sep 17 00:00:00 2001 From: Paul Hauner Date: Wed, 25 Nov 2020 03:20:23 +0000 Subject: [PATCH] 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. --- .github/workflows/book.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index a78e8a2ef6..eee433b322 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -3,7 +3,7 @@ name: mdbook on: push: branches: - - master + - unstable jobs: build-and-upload-to-s3: