From 63b69defccb526e4f62eaa28572431d2acedd690 Mon Sep 17 00:00:00 2001 From: carm Date: Tue, 23 Nov 2021 04:20:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=B8=BA=E4=B8=AD=E6=96=87=E7=95=8C?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/javadoc.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) 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: |