From 07f8f288c37a62e42fbab332bfaefa5acdc80a35 Mon Sep 17 00:00:00 2001 From: ForteScarlet Date: Tue, 16 Jul 2024 18:12:44 +0800 Subject: [PATCH] =?UTF-8?q?doc=E4=B8=8D=E5=86=8D=E5=8F=91=E5=B8=83index?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-website.yml | 56 ++++++++++++++-------------- Writerside/topics/snippets.md | 4 +- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index ef5110b..21fb695 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -123,31 +123,31 @@ jobs: uses: actions/deploy-pages@v1 # https://www.jetbrains.com/help/writerside/configure-search.html - publish-indexes: - # Requires the build-job results - needs: [build, test] - runs-on: ubuntu-latest - container: - image: registry.jetbrains.team/p/writerside/builder/algolia-publisher:2.0.32-3 - - env: - - CONFIG_JSON_VERSION: ${{ fromJSON(needs.build.outputs.config_json).productVersion }} - - steps: - - name: Download artifact - uses: actions/download-artifact@v3 - with: - name: algolia-indexes - - - name: Unzip artifact - run: | - unzip -O UTF-8 -qq ${{ env.ALGOLIA_ARTIFACT }} -d algolia-indexes - env "algolia-key=${{secrets.ALGOLIA_KEY}}" java -jar /opt/builder/help-publication-agent.jar \ - update-index \ - --application-name ${{env.ALGOLIA_APP_NAME}} \ - --index-name ${{env.ALGOLIA_INDEX_NAME}} \ - --product ${{env.INSTANCE_NAME}} \ - --version ${{env.CONFIG_JSON_VERSION}} \ - --index-directory algolia-indexes/ \ - 2>&1 | tee algolia-update-index-log.txt +# publish-indexes: +# # Requires the build-job results +# needs: [build, test] +# runs-on: ubuntu-latest +# container: +# image: registry.jetbrains.team/p/writerside/builder/algolia-publisher:2.0.32-3 +# +# env: +# +# CONFIG_JSON_VERSION: ${{ fromJSON(needs.build.outputs.config_json).productVersion }} +# +# steps: +# - name: Download artifact +# uses: actions/download-artifact@v3 +# with: +# name: algolia-indexes +# +# - name: Unzip artifact +# run: | +# unzip -O UTF-8 -qq ${{ env.ALGOLIA_ARTIFACT }} -d algolia-indexes +# env "algolia-key=${{secrets.ALGOLIA_KEY}}" java -jar /opt/builder/help-publication-agent.jar \ +# update-index \ +# --application-name ${{env.ALGOLIA_APP_NAME}} \ +# --index-name ${{env.ALGOLIA_INDEX_NAME}} \ +# --product ${{env.INSTANCE_NAME}} \ +# --version ${{env.CONFIG_JSON_VERSION}} \ +# --index-directory algolia-indexes/ \ +# 2>&1 | tee algolia-update-index-log.txt diff --git a/Writerside/topics/snippets.md b/Writerside/topics/snippets.md index 30a293b..1380576 100644 --- a/Writerside/topics/snippets.md +++ b/Writerside/topics/snippets.md @@ -302,8 +302,8 @@ implementation 'io.ktor:ktor-client-darwin:$ktor_version' -OneBot组件的内容已经迁移合并到了[**核心库手册**](https://simbot.forte.love/component-onebot.html)中! -本站点将不再更新,直接前往[**核心库手册**](https://simbot.forte.love/component-onebot.html)吧~! +OneBot组件的文档内容已经迁移合并到了[**核心库手册**](https://simbot.forte.love/component-onebot.html)中! +本站点将不再更新,直接前往核心库手册的[**OneBot组件**](https://simbot.forte.love/component-onebot.html)部分吧~!