From 7ed4624a825ac71c7cfbe5fbd47356f83ebcb35a Mon Sep 17 00:00:00 2001 From: raffazizzi Date: Wed, 15 Nov 2023 16:49:39 -0500 Subject: [PATCH] allowed legacy openssl - take2 --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 56fc5e6785..9788b2986f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -16,10 +16,10 @@ jobs: envkey_AIRTABLE_PEOPLE_BASE_ID: appk2btw36qEO3vFo envkey_AIRTABLE_RESEARCH_BASE_ID: appTv9J1zxqaNgBHi envkey_AIRTABLE_POSTS_BASE_ID: appsY0VXF7pbv3mKR - - name: npm install and build and deploy --openssl-legacy-provider + - name: npm install and build and deploy run: | npm install - npm run build + npm run build --openssl-legacy-provider - uses: peaceiris/actions-gh-pages@v2 env: ACTIONS_DEPLOY_KEY: ${{ secrets.ACCESS_TOKEN }}