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 target/apidocs/. docs
cp -vrf JAVADOC-README.md docs/README.md cp -vrf JAVADOC-README.md docs/README.md
- name: Tidy up # - name: Tidy up
id: tidy # id: tidy
uses: cicirello/javadoc-cleanup@v1 # uses: cicirello/javadoc-cleanup@v1
with: # with:
base-url-path: https://carmjos.github.io/userprefix # base-url-path: https://carmjos.github.io/userprefix
path-to-root: docs # path-to-root: ""
#
- name: Log output # - name: Log output
run: | # run: |
echo "modified-count = ${{ steps.tidy.outputs.modified-count }}" # echo "modified-count = ${{ steps.tidy.outputs.modified-count }}"
- name: Generate the sitemap - name: Generate the sitemap
id: sitemap id: sitemap
uses: cicirello/generate-sitemap@v1 uses: cicirello/generate-sitemap@v1
with: with:
base-url-path: https://carmjos.github.io/userprefix base-url-path: https://carmjos.github.io/userprefix
path-to-root: docs path-to-root: ""
- name: Output stats - name: Output stats
run: | run: |