From 5d370bda47fab5ab017e2499d4261b3066fd7001 Mon Sep 17 00:00:00 2001 From: sorrelbri Date: Mon, 25 May 2020 22:24:12 -0700 Subject: [PATCH] patch yaml syntax error in pipeline --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4f58396..11d650f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: - name: Test run: npm run test - name: Deploy - uses: peaceiris/actions-gh-pages@v3 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./dist + uses: peaceiris/actions-gh-pages@v3 + with: + github_token: ${{ secrets.GITHUB_TOKEN }} + publish_dir: ./dist