Re: [nikola-discuss] Re: Copying files to the output folder

2018-09-15 Thread Aleksandr Drozd
I see... I was from the beginning trying to mimic publication_list plugin, that's where it all went awry Looks like I have to dig deeper into tasks On Saturday, September 15, 2018 at 10:17:51 PM UTC+9, Chris Warrick wrote: > > On Sat, 15 Sep 2018 at 15:01, Aleksandr Drozd > wrote: > > > >

Re: [nikola-discuss] Re: Copying files to the output folder

2018-09-15 Thread Chris Warrick
On Sat, 15 Sep 2018 at 10:21, Aleksandr Drozd wrote: > > >Where did you put your files? > files are outside of the site folder. site is inside of another project as > sort of documentation, and I copy some samples files from the project to the > website. > > >Did you put them manually in

Re: [nikola-discuss] Re: Copying files to the output folder

2018-09-15 Thread Aleksandr Drozd
>Where did you put your files? files are outside of the site folder. site is inside of another project as sort of documentation, and I copy some samples files from the project to the website. >Did you put them manually in output/ I use nikola.utils.copy_file() >we also gave the instructions

Re: [nikola-discuss] Re: Copying files to the output folder

2018-09-15 Thread Chris Warrick
On Sat, 15 Sep 2018 at 10:05, Aleksandr Drozd wrote: > > hm, > it looks like what actually happens is the files are not being copied when I > do `github_deploy` > but copied when I do `nikola build` or use auto :-\ That should not happen. Where did you put your files? Did you put them manually

[nikola-discuss] Re: Copying files to the output folder

2018-09-15 Thread Aleksandr Drozd
hm, it looks like what actually happens is the files are not being copied when I do `github_deploy` but copied when I do `nikola build` or use auto :-\ On Saturday, September 15, 2018 at 1:03:30 PM UTC+9, Aleksandr Drozd wrote: > > The Nikola handbook suggests to use copy_files “task” for