File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 5
5
/composer.lock
6
6
Gemfile.lock
7
7
/docs /modules /AbstractAsserts.md
8
+ /docs /modules /Phalcon.md
9
+ /docs /modules /Phalcon4.md
8
10
/package /composer.lock
9
11
/package /vendor
10
12
/vendor
Original file line number Diff line number Diff line change @@ -192,6 +192,12 @@ public function buildDocsModules()
192
192
$ this ->taskFilesystemStack ()->symlink ('Mezzio.md ' , 'docs/modules/ZendExpressive.md ' )->run ();
193
193
$ this ->taskFilesystemStack ()->symlink ('Laravel.md ' , 'docs/modules/Laravel5.md ' )->run ();
194
194
$ this ->taskFilesystemStack ()->symlink ('Laminas.md ' , 'docs/modules/ZF2.md ' )->run ();
195
+
196
+ // Don't update old Phalcon modules
197
+ $ this ->taskGitStack ()
198
+ ->stopOnFail ()
199
+ ->checkout ('-- docs/modules/Phalcon.md docs/modules/Phalcon4.md ' )
200
+ ->run ();
195
201
}
196
202
197
203
private function postProcessModuleDocFile ($ documentationFile , $ name , $ source )
You can’t perform that action at this time.
0 commit comments