mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-22 08:43:55 +02:00
Mixed typo fixes (#270)
This commit is contained in:
5
.github/workflows/documentation.yaml
vendored
5
.github/workflows/documentation.yaml
vendored
@ -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
|
||||
|
3
.github/workflows/maintenance.yaml
vendored
3
.github/workflows/maintenance.yaml
vendored
@ -35,7 +35,8 @@ jobs:
|
||||
- run: pre-commit autoupdate
|
||||
shell: bash
|
||||
|
||||
- uses: peter-evans/create-pull-request@v5
|
||||
- name: Create pull request
|
||||
uses: peter-evans/create-pull-request@v5
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
base: main
|
||||
|
Reference in New Issue
Block a user