Skip to content

Commit

Permalink
allowed legacy openssl - take2
Browse files Browse the repository at this point in the history
  • Loading branch information
raffazizzi committed Nov 15, 2023
1 parent 1aa951c commit 7ed4624
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 7ed4624

Please sign in to comment.