We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428fa39 commit 15be24eCopy full SHA for 15be24e
.github/workflows/github-pages.yml
@@ -11,7 +11,6 @@ jobs:
11
steps:
12
- uses: actions/checkout@v2
13
- uses: helaili/jekyll-action@v2
14
- env:
15
- JEKYLL_PAT: ${{ secrets.JEKYLL_PAT }}
16
with:
17
target_branch: 'gh-pages'
+ token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments