Skip to content

docs: add tips about nginx reverse proxy #27

docs: add tips about nginx reverse proxy

docs: add tips about nginx reverse proxy #27

Workflow file for this run

name: Node.js CI
on:
pull_request
jobs:
deploy:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [ 16.x ]
steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn install
- name: Build website
run: yarn build --locale en