From da82f44b442d3f8a7ec78f3c6f10b18470b44c64 Mon Sep 17 00:00:00 2001 From: Yaroslav Zhmayev Date: Fri, 8 Jan 2021 04:51:17 +0300 Subject: [PATCH] testing GitHub Actions #2 --- .github/workflows/gh-pages.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 8a42bbd..c8e989f 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -18,11 +18,10 @@ jobs: yarn build - name: Deploy 🚀 - uses: JamesIves/github-pages-deploy-action@v3.7.1 + uses: JamesIves/github-pages-deploy-action@3.7.1 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} - SSH: true BRANCH: gh-pages # The branch the action should deploy to. FOLDER: dist # The folder the action should deploy. SINGLE_COMMIT: true # If you'd prefer to have a single commit on the deployment branch instead of maintaining the full history