From 7c5dd2e1e8127c76309a90e9722ac348fda7ddb7 Mon Sep 17 00:00:00 2001 From: Darrel Miller Date: Sun, 9 Jun 2024 22:41:51 -0400 Subject: [PATCH] Make respec command globally available for powershell to run it --- .github/workflows/jekyll-gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index 50c098b..1742a54 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -32,7 +32,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 20 - - run: npm install respec + - run: npm install respec -g - name: Generate Editors draft shell: pwsh run: ./scripts/Generate.ps1