From cc74bfdb0fc40474bc9b66e55c5c05d1c84db09d Mon Sep 17 00:00:00 2001 From: John Vouvakis Manousakis Date: Thu, 21 Nov 2024 13:57:18 -0800 Subject: [PATCH] Update docs workflow. Build the docs based on the `master` branch instead of the `docs` branch. --- .github/workflows/build_docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_docs.yaml b/.github/workflows/build_docs.yaml index 4e3d756a2..bec844c9f 100644 --- a/.github/workflows/build_docs.yaml +++ b/.github/workflows/build_docs.yaml @@ -2,7 +2,7 @@ name: Build and deploy documentation on: push: branches: - - docs + - master jobs: build-docs: runs-on: ${{ matrix.os }}