From 056c1a95906f16017596667a425cb608c5e9725e Mon Sep 17 00:00:00 2001 From: "Paul M. Rodriguez" Date: Fri, 17 Nov 2023 13:52:49 -0600 Subject: [PATCH] Run eleventy with npx --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f9ed8ea..47515e5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ default: pages: script: - - eleventy --pathprefix=grammatech.github.io/ --output=./public + - npx eleventy --pathprefix=grammatech.github.io/ --output=./public artifacts: paths: - public