From 284772f49e1a283f8f076597f89158a3517cce92 Mon Sep 17 00:00:00 2001 From: Xevion Date: Tue, 20 Sep 2022 17:21:30 -0500 Subject: [PATCH] Provide target branch details to GitHub Action --- .github/workflows/gh-pages.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 47f56da..ae1270c 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -18,4 +18,5 @@ jobs: ${{ runner.os }}-gems- - uses: helaili/jekyll-action@v2 with: - token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + token: ${{ secrets.GITHUB_TOKEN }} + target_branch: 'gh-pages' \ No newline at end of file