From 1c6c4755ccfa12648f5ecb18264a1bd325fbf19b Mon Sep 17 00:00:00 2001 From: cha0s Date: Wed, 14 Feb 2024 21:53:52 -0600 Subject: [PATCH] chore: tidy --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 457b521..dd55a2e 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "scripts": { "build": "FORCE_COLOR=1 node build/tasks npm run -- build", - "ci": "act -W .github/workflows/ci.yml --matrix node-version:20.x", + "ci": "act -W .github/workflows/ci.yml", "dox": "flecks dox docusaurus && cd website && DOCUSAURUS_GENERATED_FILES_DIR_NAME=node_modules/.cache/docusaurus npx docusaurus", "dox:build": "flecks dox docusaurus && cd website && DOCUSAURUS_GENERATED_FILES_DIR_NAME=node_modules/.cache/docusaurus npx docusaurus build && cd .. && rm -rf gh-pages/* && mv website/build/* gh-pages && rm -rf website/build", "gh-pages": "cd gh-pages && git add . && git commit -m $(git -C ../website rev-parse HEAD) && git push origin gh-pages",