Skip to content

Merge pull request #236 from Chia-Network/offer-v2 #90

Merge pull request #236 from Chia-Network/offer-v2

Merge pull request #236 from Chia-Network/offer-v2 #90

Workflow file for this run

name: Deploy to pages on trunk
on:
push:
branches:
- "main"
jobs:
deploy:
runs-on: ubuntu-latest
container: node:17-alpine
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: "Install deps"
run: |
apk add python3 make g++ git
yarn
- name: "yarn deploy"
run: |
git config --global user.name 'ChiaAutomation'
git config --global user.email '[email protected]'
GIT_USER=ChiaAutomation GIT_PASS=${{ github.token }} yarn deploy