Merge pull request #463 from zzyyyl/master

chore.优化文档CI/CD使得在fork上不运行
This commit is contained in:
MistEO
2022-05-08 23:49:12 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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:

View File

@@ -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