Skip to content

Commit

Permalink
Fixed make docs command
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTV12345 committed Apr 10, 2024
1 parent 50758d2 commit c7935b5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions make_docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/')

0 comments on commit c7935b5

Please sign in to comment.