mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-22 20:20:43 +01:00
automatically update documentation paths in release notes
This commit is contained in:
6
.github/workflows/build_documentation.yml
vendored
6
.github/workflows/build_documentation.yml
vendored
@@ -79,6 +79,12 @@ jobs:
|
||||
--version "${{ steps.version.outputs.version }}" \
|
||||
--date "$(date +'%d.%m.%Y')"
|
||||
|
||||
# update paths to documentation version etc in release notes
|
||||
- name: Update Release Notes
|
||||
if: github.event_name == 'release'
|
||||
run: |
|
||||
python etc/generate_release_notes.py --version "${{ steps.version.outputs.version }}"
|
||||
|
||||
- name: Checkout gh-pages
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user