File tree 3 files changed +40
-0
lines changed
3 files changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Documentation
2
+
3
+ on :
4
+ push :
5
+ branches : [ master ]
6
+
7
+ jobs :
8
+ build :
9
+
10
+ runs-on : ubuntu-latest
11
+
12
+ steps :
13
+ - uses : actions/checkout@v2
14
+ - name : PhpDocumentor
15
+ uses : katrinaas/actions-phpDocumentor@v1
16
+ - name : Save the changes
17
+ uses : EndBug/add-and-commit@v7
18
+ with :
19
+ add : " docs"
20
+ message : Adding generated Documentation
Original file line number Diff line number Diff line change 1
1
# ## Project related
2
2
vendor /
3
3
.idea /
4
+ build /
4
5
5
6
logs /*
6
7
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <phpdocumentor
3
+ configVersion =" 3"
4
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
+ xmlns =" https://www.phpdoc.org"
6
+ xsi : noNamespaceSchemaLocation =" https://docs.phpdoc.org/latest/phpdoc.xsd"
7
+ >
8
+ <paths >
9
+ <output >docs/</output >
10
+ <cache >build/cache</cache >
11
+ </paths >
12
+ <version number =" latest" >
13
+ <api >
14
+ <source dsn =" ." >
15
+ <path >src</path >
16
+ </source >
17
+ </api >
18
+ </version >
19
+ </phpdocumentor >
You can’t perform that action at this time.
0 commit comments