Mixed typo fixes (#270)

This commit is contained in:
2023-10-26 19:06:45 +02:00
committed by GitHub
parent ab97d77d2d
commit 7953ba9291
5 changed files with 8 additions and 6 deletions

View File

@ -12,7 +12,7 @@ jobs:
name: Doc-Build
runs-on: ubuntu-latest
steps:
- name: Install prio to running the process
- name: Install prior to running the process
run: |
sudo apt install pandoc snapd -y
sudo snap install drawio
@ -28,7 +28,8 @@ jobs:
with:
version: 1.6.1
virtualenvs-create: false
- run: poetry install --with doc --all-extras --without test,lint
- name: Poetry install
run: poetry install --with doc --all-extras --without test,lint
- name: Doc-Build
run: |
cd documentations