Skip to content

Commit

Permalink
Import documentation from 2.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Unrud committed Feb 27, 2020
1 parent 5b685d3 commit cfbed83
Show file tree
Hide file tree
Showing 3 changed files with 2,839 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/workflows/generate-documentation.yml
@@ -0,0 +1,15 @@
name: Generate documentation
on:
push:
paths:
- DOCUMENTATION.md

jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: gh-pages
- name: Run generator
run: documentation-tools/generate.py
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.8
python-version: 3.x
- name: Install Coveralls
run: python -m pip install coveralls
- name: Call Coveralls parallel builds webhook
Expand Down

0 comments on commit cfbed83

Please sign in to comment.