mirror of
https://github.com/flameshikari/outline-ru.git
synced 2026-06-13 04:05:10 +03:00
0.83.0 (#17)
* add patch for version checking of outline-ru, not the original one * optimize Dockerfile and add docker-compose.yml for deploying on localhost for testing purposes * make ru_RU as the default language, combine patches into one * update the workflow * update docker* files * rename the script * testing translations * add concurrency and fix regexps in the workflow * disable action output * bump outline to 0.83.0 * update Dockerfile * update translations * update readme * update readme * clear trailing whitespaces
This commit is contained in:
@@ -6,13 +6,21 @@ on:
|
||||
- master
|
||||
- dev
|
||||
paths:
|
||||
- .github/workflows/*
|
||||
- .github/workflows/**
|
||||
- outline/**
|
||||
- tools/translation.json
|
||||
- tools/return_ru.patch
|
||||
- tools/translate.json
|
||||
- tools/language.patch
|
||||
- Dockerfile
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: outline
|
||||
|
||||
env:
|
||||
DOCKER_BUILD_CHECKS_ANNOTATIONS: false
|
||||
DOCKER_BUILD_SUMMARY: false
|
||||
DOCKER_BUILD_RECORD_UPLOAD: false
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build [${{ matrix.arch }}]
|
||||
|
||||
Reference in New Issue
Block a user