Skip to content

chore(deps): bump ethers from 6.13.2 to 6.13.4 in the ethers group (#… #831

chore(deps): bump ethers from 6.13.2 to 6.13.4 in the ethers group (#…

chore(deps): bump ethers from 6.13.2 to 6.13.4 in the ethers group (#… #831

Workflow file for this run

name: Build and Deploy
on:
push:
branches: [main]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20.x
- name: Build
run: |
npm i [email protected] -g
pnpm install
pnpm run build:docs
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
deploy_key: ${{ secrets.DEPLOY_KEY }}
publish_dir: ./dist