Add documentation with mkdocs

This commit is contained in:
Valentin Niess
2022-02-15 16:46:31 +01:00
parent 6d308d3c30
commit 2f9407dda1
13 changed files with 1970 additions and 7 deletions

View File

@@ -1,9 +1,11 @@
name: AppImage
on:
push:
branches:
- master
paths:
- '.github/workflows/appimage.yml'
- 'python_appimage/**'
- '.github/workflows/appimage.yml'
- 'python_appimage/**'
schedule:
- cron: '0 3 * * 0'

View File

@@ -1,10 +1,12 @@
name: Applications
on:
push:
branches:
- master
paths:
- '.github/workflows/applications.yml'
- 'applications/**'
- 'python_appimage/**'
- '.github/workflows/applications.yml'
- 'applications/**'
- 'python_appimage/**'
jobs:
Test:

View File

@@ -1,8 +1,10 @@
name: PyPI
on:
push:
branches:
- master
paths:
- 'VERSION'
- 'VERSION'
jobs:
Test: