From 35c6a06636da4a043fb24858e21b743e7abce640 Mon Sep 17 00:00:00 2001 From: John Nguyen Date: Wed, 2 Dec 2020 10:08:39 +0100 Subject: [PATCH] Modify Actions# --- .github/workflows/deploy-docs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 7c9fc8f6..e730dce0 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -23,11 +23,11 @@ jobs: gems-${{ runner.os }}- - run: bundle config set deployment 'true' - name: bundle install + with: + github_token: ${{ secrets.GITHUB_TOKEN }} run: | cd docs bundle config path vendor/bundle bundle install --jobs 4 --retry 3 chmod +x deploy.sh - ./deploy.sh - with: - github_token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + ./deploy.sh \ No newline at end of file