1
mirror of https://github.com/CarmJos/UserPrefix.git synced 2026-06-05 00:35:02 +08:00

[v2.3.0] [U] 修改图片位置

This commit is contained in:
2022-01-07 08:45:46 +08:00
parent 096c23351f
commit 78f9639092
17 changed files with 136 additions and 62 deletions
+2 -13
View File
@@ -31,19 +31,8 @@ jobs:
rm -rf docs
mkdir -vp docs
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 }}"
cp -vrf .documentation/JAVADOC-README.md docs/README.md
- name: Generate the sitemap
id: sitemap
uses: cicirello/generate-sitemap@v1