Renamed a few jobs (#246)

This commit is contained in:
2023-10-19 19:43:55 +02:00
committed by GitHub
parent eeddfe91e6
commit 86daa9a781
2 changed files with 5 additions and 2 deletions

View File

@ -9,7 +9,7 @@ on:
jobs:
doc-build:
name: Build
name: Doc-Build
runs-on: ubuntu-latest
steps:
- name: Install prio to running the process
@ -40,7 +40,7 @@ jobs:
path: documentations/_build/html/
doc-deploy:
name: Deployment
name: Doc-Deployment
runs-on: ubuntu-latest
needs: doc-build
permissions: