Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Nov 26, 2024
1 parent ae95991 commit 9b3ba9b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/asciidoc_2_gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
- name: Verify Mermaid CLI installation
run: mmdc --version

- name: Build AsciiDoc
run: mvn clean install -Pbuildreact
- name: Convert AsciiDoc to HTML5 and PDF
run: cd fj-doc-guide;mvn clean asciidoctor:process-asciidoc@asciidoc-to-html asciidoctor:process-asciidoc@asciidoc-to-pdf

- name: Build Legacy Pages
uses: actions/jekyll-build-pages@main
Expand All @@ -67,9 +67,6 @@ jobs:
- name: Copy pdf buide
run: cp -fr ./fj-doc-guide/target/generated-pdf/fj-doc-guide-*.pdf ./fj-doc-guide/target/site/guide/fj-doc-guide.pdf

- name: Copy playground html guide
run: cp -fr ./fj-doc-playgroud-quarkus/target/adoc-html5/ ./fj-doc-guide/target/site/playground/

- name: Setup Pages
uses: actions/configure-pages@main

Expand Down

0 comments on commit 9b3ba9b

Please sign in to comment.