mirror of
https://github.com/greenshot/greenshot
synced 2025-08-22 06:23:24 -07:00
Rebuilt Github Pages
This commit is contained in:
parent
ae9452af46
commit
40286fce85
1 changed files with 8 additions and 1 deletions
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
|
@ -116,13 +116,20 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Rebuild GitHub Pages for new release
|
||||
run: |
|
||||
# Create a dummy commit to trigger rebuild
|
||||
git checkout gh-pages
|
||||
git commit --allow-empty "Trigger rebuild for v${{ steps.extract_version.outputs.version }}"
|
||||
git push origin gh-pages
|
||||
|
||||
|
||||
|
||||
# TODOs
|
||||
# [ ] code signing (setup.iss / innosetup)
|
||||
# [x] name of release
|
||||
# [x] version tag
|
||||
# [ ] change log (?) (release-drafter action)
|
||||
# [x] change log (?) (release-drafter action)
|
||||
# [ ] update gh-pages automatically (?)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue