Skip to content

ability to persist the last chosen language #42

ability to persist the last chosen language

ability to persist the last chosen language #42

name: push to issue branch and check if the build is successful
on:
push:
branches:
- issue/*
jobs:
build-and-deploy:
runs-on: ubuntu-latest
env:
NODE_ENV: production
steps:
- name: Checkout 🛎️
uses: actions/checkout@v2 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly.
with:
persist-credentials: false
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: |
npm install
npm run build