From c8f4fd4c5df03e8cf5236282d5bd0803b916d80b Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Mon, 4 May 2020 11:55:40 +0900 Subject: [PATCH] ci: Change test cases --- .github/workflows/test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index af3967b..89cd7ac 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -102,8 +102,8 @@ jobs: github.ref == 'refs/heads/master' uses: ./ with: - deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} - # github_token: ${{ secrets.GITHUB_TOKEN }} + # deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} + github_token: ${{ secrets.GITHUB_TOKEN }} # publish_branch: gh-pages publish_dir: ./test_projects/mdbook/book # external_repository: '' @@ -121,8 +121,8 @@ jobs: github.ref == 'refs/heads/master' uses: ./ with: - # deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} - github_token: ${{ secrets.GITHUB_TOKEN }} + deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }} + # github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: gh-pages-ubuntu-16.04 publish_dir: ./test_projects/mdbook/book # external_repository: ''