From 9583b6df3eab26f3e645d000740e166f665246c6 Mon Sep 17 00:00:00 2001 From: Simeon Vincent Date: Fri, 19 Dec 2025 08:48:31 -0800 Subject: [PATCH] Fix rendering issue with code block --- docs/server/push-duty.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/server/push-duty.rst b/docs/server/push-duty.rst index ab56a51..f9ded63 100644 --- a/docs/server/push-duty.rst +++ b/docs/server/push-duty.rst @@ -126,7 +126,7 @@ before tagging, and then creating and pushing a git tag to the Extension Workshop repository will deploy it to production. You should manually verify the site on prod after the push has been completed. Visit https://extensionworkshop.com and view any pages that have been changed -since the last push to verify they exist and are rendering properly. +since the last push to verify they exist and are rendering properly. :: $ git checkout master $ git pull