We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81bc35 commit 9ede976Copy full SHA for 9ede976
1 file changed
ci.jsonnet
@@ -432,6 +432,7 @@
432
["mkdir", "-p", "../docs/site/vendor/cache"],
433
["cp", "graal-languages-jekyll-theme-*.gem", "../docs/site/vendor/cache"],
434
["cd", "../docs/site"],
435
+ ["bundle", "config", "set", "mirror.https://rubygems.org", $.overlay_imports.RUBYGEMS_MIRROR],
436
["bundle", "install"],
437
["bundle", "exec", "jekyll", "build"],
438
],
0 commit comments