Skip to content

add new helper method for mnemonic validity checking #40

add new helper method for mnemonic validity checking

add new helper method for mnemonic validity checking #40

name: Document Code
on:
push:
branches:
- main
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4.1.1
with:
ref: main
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
- name: Install Jazzy
run: gem install jazzy
- name: Run Jazzy docs
run: jazzy --root-url https://kukai-crypto-swift.kukai.app/ --output Documentation
- name: Update Permissions
run: 'sudo chown -R $USER Documentation'
- name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@4.1.4
with:
branch: gh-pages
folder: Documentation