Rename mkdocs workflow, add dependabot for pip, relocate requirements.txt

This commit is contained in:
Eric Nemchik
2021-01-05 16:40:31 -06:00
parent 4062e939df
commit 00797a74e7
3 changed files with 9 additions and 8 deletions
+6
View File
@@ -5,3 +5,9 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
@@ -1,4 +1,4 @@
name: Publish docs via GitHub Pages
name: Deploy docs to GitHub Pages via mkdocs
on:
push:
@@ -6,18 +6,13 @@ on:
- master
jobs:
build:
deploy:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0
- uses: actions/setup-python@v2.2.1
with:
python-version: 3.x
- run: pip install -r requirements.txt
- run: pip install -r docs/requirements.txt
- run: mkdocs gh-deploy --force