Skip to content

Commit

Permalink
Generate docs as part of the GitHub pages Action
Browse files Browse the repository at this point in the history
  • Loading branch information
jverkoey authored Aug 1, 2024
1 parent 5f8715e commit 0f6e805
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,16 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Xcode
run: |
sudo xcode-select -s "/Applications/Xcode_16_beta_4.app"
xcodebuild -version
- name: Run gendocs.sh script
run: ./gendocs.sh
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
Expand Down

0 comments on commit 0f6e805

Please sign in to comment.