summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Grossetie <ggrossetie@gmail.com>2020-02-19 07:48:55 +0100
committerGitHub <noreply@github.com>2020-02-18 23:48:55 -0700
commit6cdd1f167a1b24e784377b1ac91865610d15cd0e (patch)
treefdbc48ffd76269047392a72659e954951c99ab69
parentf1b2670a4307db32816054134396f65b2740eba6 (diff)
trigger Asciidoctor.js build running as GitHub Action (PR #3560)
-rw-r--r--tasks/dependents.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/dependents.rake b/tasks/dependents.rake
index e637d084..df260aa2 100644
--- a/tasks/dependents.rake
+++ b/tasks/dependents.rake
@@ -29,7 +29,6 @@ namespace :build do
require 'yaml'
%w(
- asciidoctor/asciidoctor.js
asciidoctor/asciidoctor-diagram
asciidoctor/asciidoctor-reveal.js
).each do |project|
@@ -53,6 +52,7 @@ namespace :build do
end if travis_token
%w(
+ asciidoctor/asciidoctor.js
asciidoctor/asciidoctorj
).each do |project|
org, name, branch = parse_project project