CI: Switch gem call from --no-ri/--no-doc to --no-document
This commit is contained in:
parent
3ff92e2795
commit
a97b7d4369
1 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -67,7 +67,7 @@ jobs:
|
|||
cd build
|
||||
zip -r ../build-zip/$GITHUB_SHA.zip *
|
||||
cd ..
|
||||
sudo gem install --no-ri --no-rdoc dpl dpl-s3
|
||||
sudo gem install --no-document dpl dpl-s3
|
||||
dpl --provider=s3 --bucket=zotero-download --local-dir=build-zip --upload-dir=ci/client --acl=public-read --skip_cleanup=true
|
||||
|
||||
- name: Run tests
|
||||
|
|
Loading…
Reference in a new issue