Description
How to integrate into automatic integration.
For example, after writing the MD file, it will automatically compile and then upload the newly added and changed files to the FTP server. There's no need to upload all the files every time。How can I do this?
Now that I have referred to this article deploy, it seems that it has not solved my problem.
However, I have come up with a compromise solution, which is to modify the publish directory to an outer folder, and then manage this folder using SVN or Git. After publishing, by comparing the changes, I can write a Python script to automatically obtain the changed file and upload it to FTP.
The current problem is how to set the parameter publishDir in which configuration file. Please provide an example.