1
mirror of https://github.com/CarmJos/UserPrefix.git synced 2024-09-19 20:15:47 +00:00

改为中文界面

This commit is contained in:
carm 2021-11-23 04:20:37 +08:00
parent 857ce5c27b
commit 63b69defcc

View File

@ -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: |