From c8c6ab27a53e388eecef9fef6234d380372a57ac Mon Sep 17 00:00:00 2001 From: "Rong \"Mantle\" Bao" Date: Mon, 19 Jun 2023 13:27:45 +0800 Subject: [PATCH 1/2] ci: fix broken Actions deploy --- .github/workflows/deploy.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8eb88ec..92cd987 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,12 +19,10 @@ jobs: - name: Set up dependencies run: | yarn install --immutable - - name: Static type check - run: | - yarn run check - name: Build run: | yarn run build --prefix-paths + yarn run check - name: Deploy uses: JamesIves/github-pages-deploy-action@v4.4.1 with: From 4b2fa1452b27cc0d5c549a7d59974f20e5ad7923 Mon Sep 17 00:00:00 2001 From: "Rong \"Mantle\" Bao" Date: Mon, 19 Jun 2023 13:28:58 +0800 Subject: [PATCH 2/2] build: bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f5f985c..4244e6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "periotrisjs", - "version": "2.3.0", + "version": "2.3.1", "description": "Get familiar with the Periodic Table of Elements in a fun way, directly in your browsers.", "scripts": { "clean": "yarn run -B rimraf build coverage public && yarn run -B gatsby clean",