Tony CHEMIT pushed to branch pages at ultreiaio / ird-t3

Commits:

4 changed files:

Changes:

  • .gitlab-ci.yml
    1
    +pages:
    
    2
    +  stage: deploy
    
    3
    +  script:
    
    4
    +    - mkdir .public
    
    5
    +    - cp -r * .public
    
    6
    +    - mv .public public
    
    7
    +  artifacts:
    
    8
    +    paths:
    
    9
    +    - public
    
    10
    +  only:
    
    11
    +    - 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
    ... ... @@ -90,7 +90,7 @@
    90 90
     <h2><a name="Developer_Activity_Report"></a>Developer Activity Report</h2>
    
    91 91
     <div class="section">
    
    92 92
     <h3><a name="Changes_between_2017-03-04_and_2017-04-04"></a>Changes between 2017-03-04 and 2017-04-04</h3>
    
    93
    -<p>Total commits: 5<br />Total number of files changed: 723</p>
    
    93
    +<p>Total commits: 6<br />Total number of files changed: 724</p>
    
    94 94
     <table border="0" class="table table-striped">
    
    95 95
     <tr class="a">
    
    96 96
     <th>Developer</th>
    
    ... ... @@ -98,8 +98,8 @@
    98 98
     <th>Total Number of Files Changed</th></tr>
    
    99 99
     <tr class="b">
    
    100 100
     <td>Tony CHEMIT &lt;dev@tchemit.fr&gt;</td>
    
    101
    -<td>5</td>
    
    102
    -<td>723</td></tr></table></div></div>
    
    101
    +<td>6</td>
    
    102
    +<td>724</td></tr></table></div></div>
    
    103 103
             </div>
    
    104 104
           </div>
    
    105 105
         </div>
    

  • file-activity.html The diff for this file was not included because it is too large.