Skip to content

VCKohl - abbey pointer (by Lujo) #14

VCKohl - abbey pointer (by Lujo)

VCKohl - abbey pointer (by Lujo) #14

Workflow file for this run

name: Poify/Unpoify
on:
push:
paths:
- "data/text/**" # tra_dir
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Poify/Unpoify
uses: BGforgeNet/msg2po@master
with:
poify: "true"
unpoify: "true"
push: "true"
single_commit: "true"