You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 5, 2018. It is now read-only.
A preliminary action of the prepareGhPages task consists in deleting all files in the target directory (that is, the directory configured using into).
However, this doesn't work as expected: the current implementation creates a list containing the names of the files found in the target directory and then removes the corresponding files found in the root of the gh-pages branch of the repositiory.
Moreover, files in subdirectories of the target directory are ignored.