Tony CHEMIT pushed to branch pages at ultreiaio / ird-t3 Commits: 16d0e266 by Tony CHEMIT at 2017-04-03T17:01:25+02:00 Site checkin for project T3 - - - - - 4 changed files: - + .gitlab-ci.yml - changelog.html - dev-activity.html - file-activity.html Changes: ===================================== .gitlab-ci.yml ===================================== --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,11 @@ +pages: + stage: deploy + script: + - mkdir .public + - cp -r * .public + - mv .public public + artifacts: + paths: + - public + only: + - pages \ No newline at end of file ===================================== changelog.html ===================================== The diff for this file was not included because it is too large. ===================================== dev-activity.html ===================================== --- a/dev-activity.html +++ b/dev-activity.html @@ -90,7 +90,7 @@ <h2><a name="Developer_Activity_Report"></a>Developer Activity Report</h2> <div class="section"> <h3><a name="Changes_between_2017-03-04_and_2017-04-04"></a>Changes between 2017-03-04 and 2017-04-04</h3> -<p>Total commits: 5<br />Total number of files changed: 723</p> +<p>Total commits: 6<br />Total number of files changed: 724</p> <table border="0" class="table table-striped"> <tr class="a"> <th>Developer</th> @@ -98,8 +98,8 @@ <th>Total Number of Files Changed</th></tr> <tr class="b"> <td>Tony CHEMIT <dev@tchemit.fr></td> -<td>5</td> -<td>723</td></tr></table></div></div> +<td>6</td> +<td>724</td></tr></table></div></div> </div> </div> </div> ===================================== file-activity.html ===================================== The diff for this file was not included because it is too large. View it on GitLab: https://gitlab.com/ultreiaio/ird-t3/commit/16d0e266e90b583fd68cd584e2eb63b1e...