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