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:
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -10,6 +10,7 @@
|
|||||||
*.txt text
|
*.txt text
|
||||||
*.xml text
|
*.xml text
|
||||||
*.yml text
|
*.yml text
|
||||||
|
*.yaml text
|
||||||
|
|
||||||
*.ico binary
|
*.ico binary
|
||||||
*.jpg binary
|
*.jpg binary
|
||||||
|
|||||||
@ -43,7 +43,7 @@ class RoboFile extends Tasks {
|
|||||||
->addTask($this->taskFilesystemStack()
|
->addTask($this->taskFilesystemStack()
|
||||||
->copy('CHANGELOG.md', 'doc/about/changelog.md')
|
->copy('CHANGELOG.md', 'doc/about/changelog.md')
|
||||||
->copy('LICENSE.md', 'doc/about/license.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()
|
->addTask($this->taskFilesystemStack()
|
||||||
->remove(['doc/about/changelog.md', 'doc/about/license.md']))
|
->remove(['doc/about/changelog.md', 'doc/about/license.md']))
|
||||||
->run();
|
->run();
|
||||||
|
|||||||
Reference in New Issue
Block a user