File tree Expand file tree Collapse file tree 3 files changed +25
-3
lines changed
Expand file tree Collapse file tree 3 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 11language : java
2+
3+ addons :
4+ apt :
5+ update : true
6+ packages :
7+ - pandoc
8+
29jdk :
310 - oraclejdk11
411 - openjdk8
512 - openjdk9
613 - openjdk10
714 - openjdk11
815 - openjdk12
9- install : mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgpg.skip=true
16+
17+ install :
18+ - mvn install -DskipTests=true -Dmaven.javadoc.skip=true -Dgpg.skip=true
19+ - mkdir ghpages
20+ - pandoc -o ghpages/index.html README.md
21+ - printf "%s" "$GH_PAGES_DEPLOYMENT_KEY" > gh_pages_deployment_key
22+
23+ deploy :
24+ provider : pages:git
25+ edge : true
26+ skip_cleanup : true
27+ local_dir : ghpages
28+ deploy_key : gh_pages_deployment_key
29+ keep_history : true
30+ on :
31+ branch : master
Original file line number Diff line number Diff line change 11The MIT License (MIT)
22
3- Copyright (c) 2018 The SoftLayer Developer Network
3+ Copyright (c) 2020 The SoftLayer Developer Network
44
55Permission is hereby granted, free of charge, to any person obtaining a copy
66of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -289,4 +289,4 @@ fully qualified class name of your implementation on a single line in a file in
289289
290290## Copyright
291291
292- This software is Copyright (c) 2018 The SoftLayer Developer Network. See the bundled LICENSE file for more information.
292+ This software is Copyright (c) 2020 The SoftLayer Developer Network. See the bundled LICENSE file for more information.
You can’t perform that action at this time.
0 commit comments