From 77be18e71e959323fe7ebf461d0292288909b61a Mon Sep 17 00:00:00 2001 From: Ashwin Ramaswami Date: Mon, 17 Jan 2022 09:30:59 -0500 Subject: [PATCH] Fix target_branch typo --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c3da834c26..d60e0201c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: uses: crazy-max/ghaction-github-pages@v2.5.0 with: keep_history: true - target-branch: gh-pages + target_branch: gh-pages build_dir: dist env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}