Skip to content

Project translation #35

Project translation

Project translation #35

Workflow file for this run

name: Postprocessing and build search data
on:
push:
paths:
- 'target/**'
branches:
- '**'
workflow_dispatch:
jobs:
postproc:
uses: autohotkey-docs-translation/.github/.github/workflows/postproc.yml@master
build-search-data:
uses: autohotkey-docs-translation/.github/.github/workflows/build_search_data.yml@master
needs: postproc