mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-15 11:51:02 +00:00
Merge pull request #598 from cjmayo/workflows
Tweaks to helper workflows
This commit is contained in:
commit
d8b0e023ec
2 changed files with 4 additions and 3 deletions
6
.github/workflows/branch-man.yml
vendored
6
.github/workflows/branch-man.yml
vendored
|
|
@ -43,15 +43,15 @@ jobs:
|
|||
- name: Build man pages
|
||||
run: |
|
||||
make -C doc locale
|
||||
git commit -a -m "Update doc locale"
|
||||
git commit -a -m "Update doc translation catalogs"
|
||||
make -C doc man
|
||||
git commit -a -m "Update man pages"
|
||||
|
||||
- name: Build application translations catalogs
|
||||
run: |
|
||||
rm -f po/linkchecker.pot
|
||||
make -C po
|
||||
# It's OK if no changes were made
|
||||
git commit -a -m "Update application translation catalogs" || true
|
||||
git commit -a -m "Update application translation catalogs"
|
||||
|
||||
- name: Push changes
|
||||
run: >
|
||||
|
|
|
|||
1
.github/workflows/publish-docker.yml
vendored
1
.github/workflows/publish-docker.yml
vendored
|
|
@ -6,6 +6,7 @@ on:
|
|||
push:
|
||||
branches: ['master']
|
||||
tags: 'v*'
|
||||
workflow_dispatch:
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
|
|
|
|||
Loading…
Reference in a new issue