From 819df66666235e468234f645a21dc932aa5c054e Mon Sep 17 00:00:00 2001 From: zzyyyl <74587068+zzyyyl@users.noreply.github.com> Date: Sun, 8 May 2022 13:16:12 +0800 Subject: [PATCH 1/2] =?UTF-8?q?chore.=E4=BC=98=E5=8C=96CI=E4=BD=BF?= =?UTF-8?q?=E5=BE=97=E5=9C=A8fork=E4=B8=8A=E4=B8=8D=E8=BF=90=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/maa-doc-azure-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maa-doc-azure-deploy.yaml b/.github/workflows/maa-doc-azure-deploy.yaml index b7fe035724..f71103aa47 100644 --- a/.github/workflows/maa-doc-azure-deploy.yaml +++ b/.github/workflows/maa-doc-azure-deploy.yaml @@ -6,12 +6,12 @@ on: - master paths: - "docs/*" - workflow_dispatch: jobs: build_and_deploy: runs-on: ubuntu-latest name: Build and Deploy Job + if: github.repository_owner == 'MaaAssistantArknights' steps: - uses: actions/checkout@v2 with: From 18caf9b3c043b7dec16e3083c8373d81a3ba3091 Mon Sep 17 00:00:00 2001 From: zzyyyl <74587068+zzyyyl@users.noreply.github.com> Date: Sun, 8 May 2022 13:03:20 +0800 Subject: [PATCH 2/2] =?UTF-8?q?style.=E9=9A=8F=E4=BE=BF=E6=94=B9=E7=82=B9?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E4=B8=80=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/Linux编译教程.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Linux编译教程.md b/docs/Linux编译教程.md index aed8b9172b..a10863e56f 100644 --- a/docs/Linux编译教程.md +++ b/docs/Linux编译教程.md @@ -29,7 +29,7 @@ cmake ../ -DPADDLE_LIB=/your_path/paddle_inference/ -DOpenCV_DIR=/your_path_to_o ### zlib -Ubuntu 下: +Ubuntu 下: ```bash sudo apt update && sudo apt install zlib1g-dev