Skip to content

perf: 优化post_find_device_with_adb实现,修复path编码问题 #19

perf: 优化post_find_device_with_adb实现,修复path编码问题

perf: 优化post_find_device_with_adb实现,修复path编码问题 #19

Workflow file for this run

name: deploy-docs
on:
push:
tags:
- "v*"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
env:
VERSION: ${{ github.ref_name }}
permissions:
contents: write
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Build Doxygen
uses: mattnotmitt/doxygen-action@v1.9.5
with:
doxyfile-path: tools/Doxygen/Doxyfile
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./docs-gen/html
publish_branch: gh-pages