Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
humanagent committed Dec 7, 2023
1 parent 71f86c8 commit 04b46e5
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,17 @@ jobs:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Setup Xcode
uses: maxim-lobanov/setup-xcode@v1
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
xcode-version: latest-stable
- name: "Build docs"
run: xcodebuild docbuild -scheme XMTP -destination 'generic/platform=ios' -quiet
ruby-version: 3.0

- name: Install dependencies
run: gem install jazzy

- name: Generate documentation
run: jazzy --output ./docs --theme=fullwidth

- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact
Expand Down

0 comments on commit 04b46e5

Please sign in to comment.