From e2a2b82383e267f65347a822cfd3d640f5a543cb Mon Sep 17 00:00:00 2001 From: Ethan Miller Date: Fri, 23 Feb 2024 17:20:10 -0800 Subject: [PATCH] Add preview-branch to docs preview action Default was gh-pages, we use master. --- .github/workflows/prs-doc-preview.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/prs-doc-preview.yml b/.github/workflows/prs-doc-preview.yml index f0e5677..5ae08c4 100644 --- a/.github/workflows/prs-doc-preview.yml +++ b/.github/workflows/prs-doc-preview.yml @@ -21,3 +21,4 @@ jobs: uses: rossjrw/pr-preview-action@v1 with: source-dir: ./docs/ + preview-branch: master