mirror of
https://github.com/sitelease/sugar-cube-client.git
synced 2026-01-18 10:09:12 +01:00
Renamed a configuration file
This commit is contained in:
@ -43,7 +43,7 @@ class RoboFile extends Tasks {
|
||||
->addTask($this->taskFilesystemStack()
|
||||
->copy('CHANGELOG.md', 'doc/about/changelog.md')
|
||||
->copy('LICENSE.md', 'doc/about/license.md'))
|
||||
->addTask($this->taskExec('mkdocs build --config-file=etc/mkdocs.yml'))
|
||||
->addTask($this->taskExec('mkdocs build --config-file=etc/mkdocs.yaml'))
|
||||
->addTask($this->taskFilesystemStack()
|
||||
->remove(['doc/about/changelog.md', 'doc/about/license.md']))
|
||||
->run();
|
||||
|
||||
Reference in New Issue
Block a user