summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2020-11-17 23:53:32 -0700
committerDan Allen <dan.j.allen@gmail.com>2020-11-17 23:53:32 -0700
commit765c83fc452a0e171f858cb519a02604d5a942ea (patch)
treeac58f4f1cf9bd67b5b238a4b9b7da9568f1a6fd6
parent697d7171830f3dc757175bc29b7eb528d4cdb4b5 (diff)
trigger Asciidoctor PDF build to test again upstream after successful run
-rw-r--r--tasks/dependents.rake1
1 files changed, 1 insertions, 0 deletions
diff --git a/tasks/dependents.rake b/tasks/dependents.rake
index bf3dded3..47c58f78 100644
--- a/tasks/dependents.rake
+++ b/tasks/dependents.rake
@@ -50,6 +50,7 @@ namespace :build do
%w(
asciidoctor/asciidoctor.js
asciidoctor/asciidoctorj
+ asciidoctor/asciidoctor-pdf
).each do |project|
org, name, branch = parse_project project
project = [org, name, branch] * '/'