diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 550a739..e65ffa1 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -14,10 +14,10 @@ jobs: with: ref: ${{ github.head_ref }} - - name: Prettify code - uses: creyD/prettier_action@v3.2 + - name: Prettify + uses: creyD/prettier_action@v3.3 with: - prettier_options: --write **/*.{html,js,md} - commit_message: 'style: prettify code' + prettier_options: --write **/*.{md} + commit_message: 'style: prettify code or document' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/index.html b/index.html index 910a0df..c04ec83 100644 --- a/index.html +++ b/index.html @@ -1,128 +1,105 @@ - - - 互联网 Java 工程师进阶知识完全扫盲 - - - - - - - - - - - -
本系列知识由 Doocs 开源社区总结发布
- - - - - - - - - - - - - - - - + hook.afterEach(function (html) { + const footer = [ + "", + ].join(""); + return html + footer; + }); + }, + ], + }; + + + + + + + + + + + + + + + + + \ No newline at end of file