Skip to content

Pay the native currency from the contract that holds it (#154) #59

Pay the native currency from the contract that holds it (#154)

Pay the native currency from the contract that holds it (#154) #59

Workflow file for this run

name: docs
on:
push:
branches:
- master
permissions:
contents: write
jobs:
build:
name: Build-docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up environment
uses: ./.github/actions/setup
- run: bash scripts/git-user-config.sh
- run: node scripts/publish-docs.js
- run: git push --all origin