From 486c0f2c95a0aa990de64e3f8a645329ab4bd704 Mon Sep 17 00:00:00 2001 From: Ben Ahmady <32935794+subatoi@users.noreply.github.com> Date: Mon, 17 Jul 2023 15:32:43 +0100 Subject: [PATCH] Update troubleshooting.md (#38956) --- contributing/troubleshooting.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/contributing/troubleshooting.md b/contributing/troubleshooting.md index 0f810845b6..ea5e876f39 100644 --- a/contributing/troubleshooting.md +++ b/contributing/troubleshooting.md @@ -1,16 +1,16 @@ # Troubleshooting -- [Troubleshooting server tests that fail locally but pass in CI](#troubleshooting-server-tests-that-fail-locally-but-pass-in-ci) -- [Troubleshooting stalled deployments and CI](#troubleshooting-stalled-deployments-and-ci) +- [Troubleshooting](#troubleshooting) + - [Troubleshooting server tests that fail locally but pass in CI](#troubleshooting-server-tests-that-fail-locally-but-pass-in-ci) - [Staging deployment stalled](#staging-deployment-stalled) - [CI stalled or stuck](#ci-stalled-or-stuck) -- [Troubleshooting failed deployments and CI](#troubleshooting-failed-deployments-and-ci) - [Can't run the site locally](#cant-run-the-site-locally) - [Failed staging deployment](#failed-staging-deployment) - [500 error on specific page on staging](#500-error-on-specific-page-on-staging) - [Check internal links](#check-internal-links) - [Check external links](#check-external-links) - [Debugging locally](#debugging-locally) +- [Liquid processing](#liquid-processing) ## Troubleshooting @@ -37,8 +37,6 @@ $ git commit --allow-empty -m 'empty commit to redeploy staging' $ git commit --allow-empty -m 'empty commit to rerun CI' ``` -## Troubleshooting failed deployments and CI - ### Can't run the site locally If you are running `script/server` and get a `Cannot find module` error, try: