Modify Actions#

This commit is contained in:
John Nguyen 2020-12-02 10:08:39 +01:00
parent 695f62eb6c
commit 35c6a06636
1 changed files with 3 additions and 3 deletions

View File

@ -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 }}
./deploy.sh