mirror of
https://github.com/sitelease/sugar-cube-client.git
synced 2025-10-29 19:12:30 +01:00
Renamed a configuration file
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -10,6 +10,7 @@
|
||||
*.txt text
|
||||
*.xml text
|
||||
*.yml text
|
||||
*.yaml text
|
||||
|
||||
*.ico binary
|
||||
*.jpg binary
|
||||
|
||||
@ -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