mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-06-22 19:33:54 +02:00
Optional docs Feature: Changelog (#155)
Added the ability to generate a changelog of the main branch in the Documenation.
This commit is contained in:
6
.github/workflows/documentation.yaml
vendored
6
.github/workflows/documentation.yaml
vendored
@ -16,7 +16,9 @@ jobs:
|
||||
run: |
|
||||
sudo apt install pandoc snapd -y
|
||||
sudo snap install drawio
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
@ -26,7 +28,7 @@ jobs:
|
||||
with:
|
||||
version: 1.4.2
|
||||
virtualenvs-create: false
|
||||
- run: poetry install --only doc,root,develop --all-extras
|
||||
- run: poetry install --with doc --all-extras --without test,lint
|
||||
- name: Doc-Build
|
||||
run: |
|
||||
cd documentations
|
||||
|
Reference in New Issue
Block a user