diff options
| author | Guillaume Grossetie <ggrossetie@gmail.com> | 2020-02-19 07:48:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-18 23:48:55 -0700 |
| commit | 6cdd1f167a1b24e784377b1ac91865610d15cd0e (patch) | |
| tree | fdbc48ffd76269047392a72659e954951c99ab69 /tasks/dependents.rake | |
| parent | f1b2670a4307db32816054134396f65b2740eba6 (diff) | |
trigger Asciidoctor.js build running as GitHub Action (PR #3560)
Diffstat (limited to 'tasks/dependents.rake')
| -rw-r--r-- | tasks/dependents.rake | 2 |
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 |
