add target branch to env

This commit is contained in:
⧉ infominer 2022-11-26 20:21:28 -05:00
parent 0affdccca3
commit fcfdf08787

View File

@ -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 }}
JEKYLL_PAT: ${{ secrets.JEKYLL_PAT }}
target_branch: 'gh-pages'