Skip to content

Merge branch 'develop' #20

Merge branch 'develop'

Merge branch 'develop' #20

name: Document Code
on:
push:
branches:
- main
jobs:
build:
runs-on: macos-15
steps:
- uses: actions/[email protected]
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 # Will make use of .jazzy.yaml in project root for settings
- name: Update Permissions
run: 'sudo chown -R $USER Documentation'
- name: Deploy to GitHub Pages
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: Documentation