mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2025-12-06 07:12:04 +01:00
Delete docs.yml
This commit is contained in:
parent
37f6a5f3be
commit
facd7be644
30
.github/workflows/docs.yml
vendored
30
.github/workflows/docs.yml
vendored
|
|
@ -1,30 +0,0 @@
|
|||
name: BW Docs
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
- develop
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Set up Python 3.6
|
||||
uses: actions/setup-python@v1
|
||||
with:
|
||||
python-version: 3.6
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install mkdocs
|
||||
apt install doxygen
|
||||
- name: Build doxygen
|
||||
run: doxygen docu/doxygen.ini
|
||||
- name: Build mkDocs
|
||||
run: mkdocs build -f docu/mkdocs.yml
|
||||
- name: Deploy docs
|
||||
run: echo 'tbd...'
|
||||
Loading…
Reference in a new issue