Skip to content

Commit

Permalink
Merge pull request quarkusio#9499 from gsmet/fix-quartz-doc-formatting
Browse files Browse the repository at this point in the history
Fix Quartz doc formatting
  • Loading branch information
gsmet authored May 21, 2020
2 parents 9ef7784 + 81e9667 commit 3d44c8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
restore-only: ${{ github.event_name == 'pull_request' }}
- name: Build
run: |
mvn -e -B -DskipTests=true -Dno-format -DskipDocs clean install
mvn -e -B -DskipTests -DskipITs -Dno-format -Ddocumentation-pdf clean install
- name: Tar Maven Repo
shell: bash
run: tar -czvf maven-repo.tgz -C ~ .m2/repository
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/quartz.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ public class TaskResourceTest {

== Creating Quartz Tables

Add a SQL migration file named `src/main/resources/db/migration/V2.0.0__QuarkusQuartzTasks.sql` with the content copied from
Add a SQL migration file named `src/main/resources/db/migration/V2.0.0\__QuarkusQuartzTasks.sql` with the content copied from
file with the content from link:{quickstarts-blob-url}/quartz-quickstart/src/main/resources/db/migration/V2.0.0__QuarkusQuartzTasks.sql[V2.0.0__QuarkusQuartzTasks.sql].

== Configuring the load balancer
Expand Down

0 comments on commit 3d44c8d

Please sign in to comment.