jekyll docs theme - workflow syntax fix

This commit is contained in:
Wojtek Krzywiec
2020-06-24 21:54:17 +02:00
parent 70d95f351d
commit 56edb8e063

View File

@@ -23,8 +23,8 @@ jobs:
- name: Publish docs page
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'