Import documentation from 2.1.x
This commit is contained in:
15
.github/workflows/generate-documentation.yml
vendored
Normal file
15
.github/workflows/generate-documentation.yml
vendored
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user