Fix Update GH Pages

This commit is contained in:
jklingen 2025-04-25 16:41:42 +02:00 committed by GitHub
commit 0e62a22bd3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -120,6 +120,8 @@ jobs:
run: | run: |
# Create a dummy commit to trigger rebuild # Create a dummy commit to trigger rebuild
git checkout gh-pages git checkout gh-pages
touch README.md
git add README.md
git commit --allow-empty "Trigger rebuild for v${{ steps.extract_version.outputs.version }}" git commit --allow-empty "Trigger rebuild for v${{ steps.extract_version.outputs.version }}"
git push origin gh-pages git push origin gh-pages
@ -130,6 +132,6 @@ jobs:
# [x] name of release # [x] name of release
# [x] version tag # [x] version tag
# [x] change log (?) (release-drafter action) # [x] change log (?) (release-drafter action)
# [ ] update gh-pages automatically (?) # [x] update gh-pages automatically (?)