From a374e1fa7e33f9f2d8760ec6ec04b5e4f79b1c2d Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sat, 20 Jan 2024 21:40:52 -0600 Subject: [PATCH] fix torchlight command --- .github/workflows/deploy-to-neocities.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-to-neocities.yml b/.github/workflows/deploy-to-neocities.yml index 07574b3..f332077 100644 --- a/.github/workflows/deploy-to-neocities.yml +++ b/.github/workflows/deploy-to-neocities.yml @@ -44,7 +44,7 @@ jobs: --baseURL "https://codesplice.neocities.org/" - name: Highlight with Torchlight run: | - npm i @torchlight-api/torchlight-api + npm i @torchlight-api/torchlight-cli npx torchlight - name: Deploy to neocities uses: bcomnes/deploy-to-neocities@v1