Merge pull request #598 from cjmayo/workflows

Tweaks to helper workflows
This commit is contained in:
Chris Mayo 2021-12-17 19:23:05 +00:00 committed by GitHub
commit d8b0e023ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -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: >

View file

@ -6,6 +6,7 @@ on:
push:
branches: ['master']
tags: 'v*'
workflow_dispatch:
env:
REGISTRY: ghcr.io