mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 01:59:33 +08:00
2
.github/workflows/maa-doc-azure-deploy.yaml
vendored
2
.github/workflows/maa-doc-azure-deploy.yaml
vendored
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user