Automatisch Javadoc hosten
This commit is contained in:
parent
bf3a126f35
commit
3d8f15e965
1 changed files with 5 additions and 1 deletions
|
|
@ -16,7 +16,11 @@ javadoc:
|
|||
script:
|
||||
- cd Projektgruppe_*/src/
|
||||
- javadoc base game gui
|
||||
- cd ../../
|
||||
- mkdir public
|
||||
- cp -r Projektgruppe_*/src/*.html public/
|
||||
- cp -r Projektgruppe_*/src/base/*.html public/base/
|
||||
artifacts:
|
||||
paths:
|
||||
- Projektgruppe_*/src/*.html
|
||||
- public
|
||||
expire_in: 1 week
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue