mirror of
https://github.com/LSPosed/LSPlant.git
synced 2025-05-04 20:42:02 +08:00
Delete doxygen.yml
This commit is contained in:
parent
deabc5aa07
commit
cd054765a8
33
.github/workflows/doxygen.yml
vendored
33
.github/workflows/doxygen.yml
vendored
@ -1,33 +0,0 @@
|
|||||||
name: Doxygen
|
|
||||||
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
paths:
|
|
||||||
- lsplant/src/main/jni/include/**
|
|
||||||
- README.md
|
|
||||||
- docs/**
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Check out
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
with:
|
|
||||||
submodules: 'recursive'
|
|
||||||
- name: Install doxygen
|
|
||||||
run: sudo apt install -y doxygen
|
|
||||||
- name: Generate doxygen
|
|
||||||
run: doxygen docs/doxygen.cfg
|
|
||||||
- name: Push to docs branch
|
|
||||||
run: |
|
|
||||||
cd docs/docs
|
|
||||||
git config --global user.name "github-actions[bot]"
|
|
||||||
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
|
||||||
git init
|
|
||||||
git add .
|
|
||||||
git commit -m "docs"
|
|
||||||
git push "https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${GITHUB_REPOSITORY}.git" HEAD:docs -f
|
|
Loading…
x
Reference in New Issue
Block a user