Skip to content

New translations glossary.md (Chinese Simplified) #8

New translations glossary.md (Chinese Simplified)

New translations glossary.md (Chinese Simplified) #8

name: Test l10n deployment
on:
push:
branches:
- l10n_main
# Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
jobs:
test-deploy:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16.x
cache: npm
- name: Install dependencies
run: npm install
- name: Test build website
run: npm run build