Skip to content

fix(i18n): Added a missing closing brace to lib/i18n/de/intro.json. #39

fix(i18n): Added a missing closing brace to lib/i18n/de/intro.json.

fix(i18n): Added a missing closing brace to lib/i18n/de/intro.json. #39

Workflow file for this run

name: Trigger docs build
on:
push:
branches:
- main
- master
paths:
- lib/i18n/**
- pubspec.yaml
pull_request:
branches:
- main
- master
paths:
- docs/**
- lib/i18n/**
- pubspec.yaml
jobs:
dispatch:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest ]
steps:
- name: Dispatch 👋
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.DOCS_DISPATCH_TOKEN }}
repository: openauthenticator-app/docs
event-type: app-updated