From 7752ab2296397294b4a011d5a2d523e9417ed8d8 Mon Sep 17 00:00:00 2001 From: Martin Tirion <59616517+mtirionMSFT@users.noreply.github.com> Date: Wed, 29 Mar 2023 16:14:16 +0200 Subject: [PATCH] Update index.md Indentation of parameters for Deploy in the workflow was wrong, making it fail when copied. --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 5b1b1eaf7c9..2becbcedb4e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -64,8 +64,8 @@ jobs: - run: docfx docfx_project/docfx.json - name: Deploy - uses: peaceiris/actions-gh-pages@v3 - with: + uses: peaceiris/actions-gh-pages@v3 + with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: docs/_site ```