mirror of
https://github.com/CarmJos/UserPrefix.git
synced 2026-06-04 15:28:21 +08:00
改为中文界面
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user