summaryrefslogtreecommitdiff
path: root/tasks/dependents.rake
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2020-11-27 14:11:31 -0700
committerDan Allen <dan.j.allen@gmail.com>2020-11-27 14:11:31 -0700
commit0ef1496e28af430d82687710a9e2ca34d8f79bb9 (patch)
tree1ec129d854870d79becc585ed81c56bc642ac150 /tasks/dependents.rake
parentc45d4366674afe0ca28c7bf3a8feb82dcbfdee0e (diff)
trigger reveal.js build on GitHub Actions instead of Travis
Diffstat (limited to 'tasks/dependents.rake')
-rw-r--r--tasks/dependents.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/dependents.rake b/tasks/dependents.rake
index 47c58f78..ac62d866 100644
--- a/tasks/dependents.rake
+++ b/tasks/dependents.rake
@@ -26,7 +26,6 @@ namespace :build do
%w(
asciidoctor/asciidoctor-diagram
- asciidoctor/asciidoctor-reveal.js
).each do |project|
org, name, branch = parse_project project
project = [org, name, branch] * '/'
@@ -51,6 +50,7 @@ namespace :build do
asciidoctor/asciidoctor.js
asciidoctor/asciidoctorj
asciidoctor/asciidoctor-pdf
+ asciidoctor/asciidoctor-reveal.js
).each do |project|
org, name, branch = parse_project project
project = [org, name, branch] * '/'