diff --git a/.github/workflows/javadoc.yml b/.github/workflows/javadoc.yml index 20dfba1..84753d7 100644 --- a/.github/workflows/javadoc.yml +++ b/.github/workflows/javadoc.yml @@ -32,23 +32,23 @@ jobs: cp -vrf target/apidocs/. docs cp -vrf JAVADOC-README.md docs/README.md - - name: Tidy up - id: tidy - uses: cicirello/javadoc-cleanup@v1 - with: - base-url-path: https://carmjos.github.io/userprefix - path-to-root: docs - - - name: Log output - run: | - echo "modified-count = ${{ steps.tidy.outputs.modified-count }}" +# - name: Tidy up +# id: tidy +# uses: cicirello/javadoc-cleanup@v1 +# with: +# base-url-path: https://carmjos.github.io/userprefix +# path-to-root: "" +# +# - name: Log output +# run: | +# echo "modified-count = ${{ steps.tidy.outputs.modified-count }}" - name: Generate the sitemap id: sitemap uses: cicirello/generate-sitemap@v1 with: base-url-path: https://carmjos.github.io/userprefix - path-to-root: docs + path-to-root: "" - name: Output stats run: |