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