diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index ea50c0c7..e164bf91 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -21,4 +21,5 @@ jobs: ${{ runner.os }}-gems- - uses: helaili/jekyll-action@2.0.5 # Choose any one of the Jekyll Actions env: - JEKYLL_PAT: ${{ secrets.JEKYLL_PAT }} \ No newline at end of file + JEKYLL_PAT: ${{ secrets.JEKYLL_PAT }} + target_branch: 'gh-pages' \ No newline at end of file