From 0a2662338487530934d688effef17f04563ae59b Mon Sep 17 00:00:00 2001 From: Ron de las Alas Date: Wed, 25 Oct 2023 10:41:49 -0400 Subject: [PATCH] ci: intall globally --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7e33ef5988..eb743d8ead 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -47,7 +47,7 @@ jobs: run: npm run test:messages - name: Run Unit Tests run: DISPLAY=:99 npm run test:unit - - run: npm install gh-pages + - run: npm install gh-pages -d - name: Remove Closure App run: rm -rf gh-pages/closure-library/scripts/ci/CloseAdobeDialog.exe - name: build?