From eaef7884c6e477f0260615c49956f6b0edb62a1c Mon Sep 17 00:00:00 2001 From: Angus Hollands Date: Wed, 13 Nov 2024 12:23:02 +0000 Subject: [PATCH] fix: use npx --- .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 5103bdf..2e73bce 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -36,7 +36,7 @@ jobs: - name: Install MyST Markdown run: npm install - name: Build HTML Assets - run: myst build --html + run: npx myst build --html - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: