Skip to content

add image size checks to profile manage #78

add image size checks to profile manage

add image size checks to profile manage #78

Workflow file for this run

name: publish
on:
push:
branches:
- 'main'
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 20.x
- run: npm install
- run: npm run deploy-main
env:
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
ANT_CONTRACT: ${{ secrets.ANT_CONTRACT }}