This commit is contained in:
Parker Moore 2020-05-25 12:17:24 -04:00
Родитель 1055ce77f7
Коммит 44936eb1d4
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1 +1 @@
2.5.3
2.5.8

Просмотреть файл

@ -3,7 +3,7 @@
set -ex
# Set the ruby version in the Action definition matrix.
: "${RUBY_VERSION:="2.5.3"}"
: "${RUBY_VERSION:="2.5.8"}"
docker build --build-arg "RUBY_VERSION=$RUBY_VERSION" -t github-pages .
docker run --rm --workdir /src/gh/pages-gem github-pages script/cibuild