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