From 84aad167d52fcd14f2a8fc10ec06017fa2832554 Mon Sep 17 00:00:00 2001 From: n1474335 Date: Wed, 22 Mar 2023 11:59:35 +0000 Subject: [PATCH] Tweaked compile message --- .github/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 67a86ce8..9fd6d68d 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -32,7 +32,7 @@ jobs: - name: Production Build if: success() - run: npx grunt prod --msg="Version 10 is here! Read more about the new features here" + run: npx grunt prod --msg="Version 10 is here! Read about the new features here" - name: Generate sitemap run: npx grunt exec:sitemap