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
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -67,8 +67,8 @@ 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
|
||||
run: xvfb-run test/runtests.sh -x firefox-x86_64/firefox -f
|
||||
run: xvfb-run test/runtests.sh -x firefox-x86_64/firefox -f
|
||||
|
|
Loading…
Reference in a new issue