Skip to content

Commit

Permalink
#302 site up
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 12, 2022
1 parent a1566c7 commit e891b99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ release:
mvn versions:set "-DnewVersion=${tag}" -e
git commit -am "${tag}"
mvn clean deploy -Pqulice -Psonatype -Pjcabi --errors --settings ../settings.xml
mvn clean site-deploy -Psite --errors -Pjcabi --settings ../settings.xml || true
mvn clean site-deploy -Psite --errors -Pjcabi --settings ../settings.xml
9 changes: 5 additions & 4 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,20 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
<skin>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-maven-skin</artifactId>
<version>1.5.1</version>
<version>1.7.1</version>
</skin>
<bannerLeft>
<name>jcabi</name>
<src>http://img.jcabi.com/logo-square.svg</src>
<href>http://www.jcabi.com/</href>
<src>https://www.jcabi.com/logo-square.svg</src>
<href>https://aspects.jcabi.com/</href>
<width>64</width>
<height>64</height>
</bannerLeft>
<googleAnalyticsAccountId>UA-1963507-23</googleAnalyticsAccountId>
<body>
<head>
&lt;link href="http://img.jcabi.com/favicon.ico" rel="shortcut icon"/&gt;
&lt;link href="https://www.jcabi.com/favicon.ico" rel="shortcut icon"/&gt;
&lt;link href="https://plus.google.com/u/0/114792568016408327418?rel=author" rel="author"/&gt;
</head>
<menu name="Overview">
<item name="Introduction" href="./index.html"/>
Expand Down

0 comments on commit e891b99

Please sign in to comment.