Skip to content

💚Fix docbuild.yml #3

💚Fix docbuild.yml

💚Fix docbuild.yml #3

Workflow file for this run

name: Generate DocC
on:
push:
branches:
- '*'
jobs:
Build-Github-Actions:
runs-on: macos-latest
steps:
- name: Git Checkout
uses: actions/checkout@v2
- name: Documentation Generation
run: xcodebuild docbuild -scheme ACKategories -derivedDataPath ./docc -destination 'generic/platform=iOS'
- name: Update GH Page
run: (xcrun --find docc) process-archive transform-for-static-hosting ./docc/Build/Products/Debug-iphoneos/ACKategories.doccarchive --hosting-base-path ACKategories --output-path docs