Skip to content

Commit

Permalink
Updates to latest version of Orchid, fixing its breaking changes (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbrooks12 authored and ebussieres committed Jun 17, 2019
1 parent 510c2df commit 3f057f4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<url>http://pebbletemplates.io</url>

<properties>
<orchid.version>0.16.4</orchid.version>
<orchid.version>0.17.1</orchid.version>
</properties>

<profiles>
Expand Down Expand Up @@ -46,6 +46,11 @@
<artifactId>OrchidPluginDocs</artifactId>
<version>${orchid.version}</version>
</dependency>
<dependency>
<groupId>io.github.javaeden.orchid</groupId>
<artifactId>OrchidGithub</artifactId>
<version>${orchid.version}</version>
</dependency>
</dependencies>

<!-- 3. Use the 'BsDoc' theme, and view the site locally at 'http://localhost:8080' -->
Expand Down
2 changes: 1 addition & 1 deletion docs/src/orchid/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ theme:
services:
publications:
stages:
- type: ghPages
- type: githubPages
branch: gh-pages
publishType: CleanBranch
username: PebbleTemplates
Expand Down

0 comments on commit 3f057f4

Please sign in to comment.