Skip to content

Commit

Permalink
Merge branch 'develop' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmcl committed Dec 4, 2023
2 parents 837edfe + 64ba7af commit be3982e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: gem install jazzy

- name: Run Jazzy docs
run: jazzy --root-url https://kukai-core-swift.kukai.app/ --output Documentation
run: jazzy # Will make use of .jazzy.yaml in project root for settings

- name: Update Permissions
run: 'sudo chown -R $USER Documentation'
Expand Down
8 changes: 8 additions & 0 deletions .jazzy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
root_url: https://kukai-core-swift.kukai.app/
output: Documentation
swift_build_tool: xcodebuild
xcodebuild_arguments:
- "-scheme"
- "KukaiCoreSwift"
- "-destination"
- "platform=iOS Simulator,OS=16.4,name=iPhone 14 Pro"

0 comments on commit be3982e

Please sign in to comment.