Skip to content

allowed legacy openssl #251

allowed legacy openssl

allowed legacy openssl #251

Workflow file for this run

name: Gatsby Publish
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: SpicyPizza/[email protected]
with:
envkey_AIRTABLE_API_KEY: ${{ secrets.AIRTABLE_API_KEY }}
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
run: |
npm install
npm run build
- uses: peaceiris/actions-gh-pages@v2
env:
ACTIONS_DEPLOY_KEY: ${{ secrets.ACCESS_TOKEN }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: ./public