eth/api: remove coinbase as default account (#269) #156
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Docs | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
docs: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: ruby/setup-ruby@v1 | |
with: | |
ruby-version: '3.0' | |
bundler-cache: true | |
- name: Run Yard Doc | |
run: | | |
gem install yard | |
yard doc | |
- name: Deploy GH Pages | |
uses: JamesIves/[email protected] | |
with: | |
branch: gh-pages | |
folder: doc/ |