👷 add job to publish the documentation
This commit is contained in:
parent
c541481dc5
commit
952ca86ceb
8
.github/workflows/publish_documentation.yml
vendored
8
.github/workflows/publish_documentation.yml
vendored
@ -17,11 +17,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: install PlantUML
|
- name: Install PlantUML
|
||||||
run: sudo apt-get install -y plantuml
|
run: sudo apt-get install -y plantuml
|
||||||
- name: install virtual environment
|
- name: Install virtual environment
|
||||||
run: make install_venv -C docs/mkdocs
|
run: make install_venv -C docs/mkdocs
|
||||||
- name: build documentation
|
- name: Build documentation
|
||||||
run: make build -C docs/mkdocs
|
run: make build -C docs/mkdocs
|
||||||
- name: publish documentation
|
- name: Publish documentation
|
||||||
run: make publish -C docs/mkdocs
|
run: make publish -C docs/mkdocs
|
||||||
|
|||||||
@ -30,7 +30,7 @@ mkdocs-simple-hooks==0.1.5
|
|||||||
nltk==3.7
|
nltk==3.7
|
||||||
packaging==21.3
|
packaging==21.3
|
||||||
plantuml==0.3.0
|
plantuml==0.3.0
|
||||||
plantuml-markdown==3.5.2
|
plantuml-markdown==3.6.3
|
||||||
Pygments==2.11.0
|
Pygments==2.11.0
|
||||||
pymdown-extensions==9.3
|
pymdown-extensions==9.3
|
||||||
pyparsing==3.0.8
|
pyparsing==3.0.8
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user