From abd534f9c37aeb75647b4af213673bc52451f204 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=A7=89=20infominer?= Date: Sat, 26 Nov 2022 20:25:01 -0500 Subject: [PATCH] try with target branch --- .github/workflows/github-pages.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index e164bf91..0df54af4 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -20,6 +20,8 @@ jobs: restore-keys: | ${{ runner.os }}-gems- - uses: helaili/jekyll-action@2.0.5 # Choose any one of the Jekyll Actions + with: + target_branch: 'gh-pages' env: JEKYLL_PAT: ${{ secrets.JEKYLL_PAT }} - target_branch: 'gh-pages' \ No newline at end of file + \ No newline at end of file