Skip to content

feat(translations): update Russian #302

feat(translations): update Russian

feat(translations): update Russian #302

Workflow file for this run

name: cd
on:
push:
branches: [master]
paths-ignore: ["**/README.md"]
jobs:
cd:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
node: [14]
steps:
- name: Checkout πŸ›Ž
uses: actions/[email protected]
- name: Setup node env πŸ—
uses: actions/[email protected]
with:
node-version: ${{ matrix.node }}
cache: 'yarn'
- name: Install dependencies πŸ‘¨πŸ»β€πŸ’»
run: yarn
- name: Build for production πŸ‘·
run: yarn build
- name: Deploy πŸš€
uses: s0/[email protected]
env:
REPO: self
BRANCH: build
FOLDER: dist
MESSAGE: "{msg}\n{long-sha}"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Update screenshots πŸ‘€
uses: benc-uk/[email protected]
with:
workflow: cd
repo: Soundux/screenshots
token: ${{ secrets.PERSONAL_TOKEN }}