Modify Actions#
This commit is contained in:
parent
695f62eb6c
commit
35c6a06636
|
@ -23,11 +23,11 @@ jobs:
|
||||||
gems-${{ runner.os }}-
|
gems-${{ runner.os }}-
|
||||||
- run: bundle config set deployment 'true'
|
- run: bundle config set deployment 'true'
|
||||||
- name: bundle install
|
- name: bundle install
|
||||||
|
with:
|
||||||
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
cd docs
|
cd docs
|
||||||
bundle config path vendor/bundle
|
bundle config path vendor/bundle
|
||||||
bundle install --jobs 4 --retry 3
|
bundle install --jobs 4 --retry 3
|
||||||
chmod +x deploy.sh
|
chmod +x deploy.sh
|
||||||
./deploy.sh
|
./deploy.sh
|
||||||
with:
|
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
Loading…
Reference in New Issue