Delete gh-deploy.yml
Dieser Commit ist enthalten in:
Ursprung
f473a7cd13
Commit
90d956461f
1 geänderte Dateien mit 0 neuen und 29 gelöschten Zeilen
|
@ -1,29 +0,0 @@
|
|||
name: gh-deploy
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- dev
|
||||
|
||||
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
|
Laden …
In neuem Issue referenzieren