mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-19 06:03:34 +01:00
Fixed make docs command
This commit is contained in:
parent
50758d280c
commit
c7935b5e08
1 changed files with 1 additions and 4 deletions
|
@ -52,7 +52,4 @@ createDirIfNotExists('./out/doc/api')
|
|||
exec(`asciidoctor -D out/doc doc/index.adoc */**.adoc -a VERSION=${VERSION}`)
|
||||
exec(`asciidoctor -D out/doc/api ./doc/api/*.adoc -a VERSION=${VERSION}`)
|
||||
|
||||
copyFolderSync('./public/doc/easysync', './out/doc/easysync')
|
||||
copyFolderSync('./public//doc/assets', './out/doc/assets')
|
||||
copyFolderSync('./public/doc/easysync', './out/doc/easysync')
|
||||
copyFolderSync('./public/doc/images', './out/doc/images')
|
||||
copyFolderSync('./doc/public/', './out/doc/')
|
||||
|
|
Loading…
Reference in a new issue