Skip to content

Commit 52a783f

Browse files
committed
added push to github pages
1 parent a42614e commit 52a783f

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

.github/workflows/maven.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,9 @@ jobs:
2929
- name: Upload coverage to Codecov
3030
uses: codecov/codecov-action@v1
3131
with:
32-
token: ${{ secrets.CODECOV_TOKEN }}
32+
token: ${{ secrets.CODECOV_TOKEN }}
33+
- name: Deploy
34+
uses: peaceiris/actions-gh-pages@v3
35+
with:
36+
github_token: ${{ secrets.GITHUB_TOKEN }}
37+
publish_dir: ./target/site

pom.xml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -192,15 +192,6 @@
192192
<locales>en</locales>
193193
<inputEncoding>UTF-8</inputEncoding>
194194
<outputEncoding>UTF-8</outputEncoding>
195-
<asciidoc>
196-
<!-- Optional site-wide AsciiDoc attributes -->
197-
<attributes>
198-
<icons>font</icons>
199-
<source-highlighter>coderay</source-highlighter>
200-
<coderay-css>style</coderay-css>
201-
<toclevels>2</toclevels>
202-
</attributes>
203-
</asciidoc>
204195
</configuration>
205196
<dependencies>
206197
<dependency>

0 commit comments

Comments
 (0)