Skip to content

Fix typo in contract_spec.rb (#253) #152

Fix typo in contract_spec.rb (#253)

Fix typo in contract_spec.rb (#253) #152

Workflow file for this run

---
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/github-pages-deploy-action@v4.4.3
with:
branch: gh-pages
folder: doc/