CI: Switch gem call from --no-ri/--no-doc to --no-document

This commit is contained in:
Dan Stillman 2021-02-25 16:16:17 -05:00
parent 3ff92e2795
commit a97b7d4369

View file

@ -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