Delete gh-deploy.yml
Dieser Commit ist enthalten in:
Ursprung
b23a9d52c1
Commit
ddf54f6151
1 geänderte Dateien mit 0 neuen und 31 gelöschten Zeilen
31
.github/workflows/gh-deploy.yml
gevendort
31
.github/workflows/gh-deploy.yml
gevendort
|
@ -1,31 +0,0 @@
|
||||||
name: gh-deploy
|
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
name: MkDocs Github Pages automatic deployment
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: Checkout main
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
|
|
||||||
- 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
|
|
Laden …
In neuem Issue referenzieren