From 64ba7af2ed12860cff4854db65b918873138671d Mon Sep 17 00:00:00 2001 From: Simon McLoughlin Date: Mon, 4 Dec 2023 14:39:03 +0000 Subject: [PATCH] fix jazzy docs issue --- .github/workflows/docs-and-deploy.yml | 2 +- .jazzy.yaml | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .jazzy.yaml diff --git a/.github/workflows/docs-and-deploy.yml b/.github/workflows/docs-and-deploy.yml index d0433c89..d977b884 100644 --- a/.github/workflows/docs-and-deploy.yml +++ b/.github/workflows/docs-and-deploy.yml @@ -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' diff --git a/.jazzy.yaml b/.jazzy.yaml new file mode 100644 index 00000000..fb633062 --- /dev/null +++ b/.jazzy.yaml @@ -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" \ No newline at end of file