Skip to content

Add warning about enabling logs in production to logging documentation #1467

Add warning about enabling logs in production to logging documentation

Add warning about enabling logs in production to logging documentation #1467

Workflow file for this run

name: Test deployment
on:
pull_request:
branches:
- 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:
- name: Cached LFS checkout
uses: nschloe/action-cached-lfs-checkout@d481127c3821f9c278a6019c39a108ac7004c133
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
with:
node-version: 18.x
cache: npm
- name: Install dependencies
run: npm clean-install
- name: Test build website
run: npm run build