From 56edb8e0636d444cda56e6c04361831043984dbc Mon Sep 17 00:00:00 2001 From: Wojtek Krzywiec Date: Wed, 24 Jun 2020 21:54:17 +0200 Subject: [PATCH] jekyll docs theme - workflow syntax fix --- .github/workflows/docs.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index d5f2ac8..9e7c472 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -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' \ No newline at end of file + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./public + user_name: 'github-actions[bot]' + user_email: 'github-actions[bot]@users.noreply.github.com' \ No newline at end of file