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 a55e9dd commit 7d9e87cCopy full SHA for 7d9e87c
Build.pm
@@ -7,7 +7,7 @@ use File::Find;
7
class Build {
8
method build($workdir) {
9
my $doc-dir = $workdir.IO.child('doc');
10
- my $dest-pref = $*REPO.repo-chain.first(*.?can-install).prefix.child("doc");
+ my $dest-pref = $*REPO.repo-chain.grep(/site/).first.prefix.child("doc");
11
mkdir($dest-pref) unless $dest-pref.d;
12
13
my @files = find(dir => "$workdir/doc", type => 'file').list;
0 commit comments