Skip to content

Commit

Permalink
[maven] Setup for releasing 'site' from local during release cycle wi…
Browse files Browse the repository at this point in the history
…th new pages end point
  • Loading branch information
hazendaz committed Jan 3, 2021
1 parent 0a1a4c2 commit ff95b2b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .mvn/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@
<password>${env.CI_DEPLOY_PASSWORD}</password>
</server>
<server>
<id>gh-pages</id>
<id>gh-pages-scm</id>
<configuration>
<scmVersionType>branch</scmVersionType>
<scmVersion>gh-pages</scmVersion>
</configuration>
</server>
<server>
<id>github</id>
Expand Down

0 comments on commit ff95b2b

Please sign in to comment.