Skip to content

Merge branch 'develop' into main #12

Merge branch 'develop' into main

Merge branch 'develop' into main #12

name: Document Code
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
ref: main
- name: Swift Doc
uses: SwiftDocOrg/[email protected]
with:
inputs: "Sources"
module-name: KukaiCoreSwift
format: "html"
output: "Documentation"
base-url: "https://kukai-core-swift.kukai.app/"
- name: Update Permissions
run: 'sudo chown --recursive $USER Documentation'
- name: Deploy to GitHub Pages
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: Documentation