mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 17:55:37 +02:00
commit
f79ed9c941
1 changed files with 1 additions and 1 deletions
2
make.js
2
make.js
|
@ -149,7 +149,7 @@ target.pagesrepo = function() {
|
||||||
echo();
|
echo();
|
||||||
echo('Cloning project repo...');
|
echo('Cloning project repo...');
|
||||||
echo('(This operation can take a while, depending on network conditions)');
|
echo('(This operation can take a while, depending on network conditions)');
|
||||||
exec('git clone -b gh-pages --depth=1 ' + REPO + ' ' + ßGH_PAGES_DIR,
|
exec('git clone -b gh-pages --depth=1 ' + REPO + ' ' + GH_PAGES_DIR,
|
||||||
{silent: true});
|
{silent: true});
|
||||||
echo('Done.');
|
echo('Done.');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue