Skip to content

Commit

Permalink
Create mkdocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
notevery authored Aug 9, 2022
1 parent 01656a5 commit 933d564
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: mkdocs
on:
workflow_dispatch:
push:
branches:
- v2.5-dev
paths:
- 'docs/**'
- 'extension_root/**'
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.8
- run: pip install -r requirements.txt
- run: python manage.py migrate
- run: mkdocs gh-deploy --force

0 comments on commit 933d564

Please sign in to comment.