mirror of
https://github.com/niess/python-appimage.git
synced 2026-03-14 04:10:15 +01:00
Add documentation with mkdocs
This commit is contained in:
6
.github/workflows/appimage.yml
vendored
6
.github/workflows/appimage.yml
vendored
@@ -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'
|
||||
|
||||
|
||||
8
.github/workflows/applications.yml
vendored
8
.github/workflows/applications.yml
vendored
@@ -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:
|
||||
|
||||
4
.github/workflows/pypi.yml
vendored
4
.github/workflows/pypi.yml
vendored
@@ -1,8 +1,10 @@
|
||||
name: PyPI
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- 'VERSION'
|
||||
- 'VERSION'
|
||||
|
||||
jobs:
|
||||
Test:
|
||||
|
||||
Reference in New Issue
Block a user