Skip to content

blog(erc20): debugging the depths (#2) #8

blog(erc20): debugging the depths (#2)

blog(erc20): debugging the depths (#2) #8

Workflow file for this run

name: sonata
on:
push:
branches: [main]
jobs:
deploy:
name: Deploy
runs-on: ubuntu-22.04
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: clearloop/[email protected]
- name: Build the site
run: sonata build
- name: Copy pull action
run: |
mkdir -p ./out/.github/
cp .github/pull.yaml ./out/.github/
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./out
exclude_assets: ""