Skip to content

French translation of The Void and Outer Dark #87

French translation of The Void and Outer Dark

French translation of The Void and Outer Dark #87

on:
pull_request:
branches: [main, dev]
name: Publish test build on Netlify
jobs:
publish:
runs-on: ubuntu-latest
environment: netlify
strategy:
matrix:
node: [16]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- uses: actions/checkout@master
- name: Yarn
uses: actions/setup-node@v2
with:
cache: 'yarn'
- run: yarn
- run: yarn build
- name: Publish
uses: netlify/actions/cli@master
with:
args: deploy --dir=build
env:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}