remove .github folder
Dieser Commit ist enthalten in:
Ursprung
039e7e6d89
Commit
71ae293b8c
2 geänderte Dateien mit 6 neuen und 29 gelöschten Zeilen
29
.github/workflows/gh-deploy.yml
gevendort
29
.github/workflows/gh-deploy.yml
gevendort
|
@ -1,29 +0,0 @@
|
||||||
name: gh-deploy
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
name: MkDocs Github Pages automatic deployment
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout main
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: Set up Python 3.9
|
|
||||||
uses: actions/setup-python@v2
|
|
||||||
with:
|
|
||||||
python-version: '3.9'
|
|
||||||
|
|
||||||
- name: Install requirements
|
|
||||||
run: |
|
|
||||||
python -m pip install --upgrade pip
|
|
||||||
pip install -r requirements.txt
|
|
||||||
|
|
||||||
- name: MkDocs gh-deploy
|
|
||||||
run: |
|
|
||||||
git pull
|
|
||||||
mkdocs gh-deploy
|
|
|
@ -18,3 +18,9 @@ plugins:
|
||||||
languages:
|
languages:
|
||||||
en: English
|
en: English
|
||||||
de: Deutsch
|
de: Deutsch
|
||||||
|
|
||||||
|
markdown_extensions:
|
||||||
|
- attr_list
|
||||||
|
- admonition
|
||||||
|
- toc:
|
||||||
|
permalink: true
|
||||||
|
|
Laden …
In neuem Issue referenzieren