Skip to content

Fix docs for getParentIndex (#8) #26

Fix docs for getParentIndex (#8)

Fix docs for getParentIndex (#8) #26

Workflow file for this run

name: docs
on:
push:
branches: [main]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Run Jazzy
uses: swiftpackages/[email protected]
with:
args: --module_version main --github_file_prefix https://github.com/swiftpackages/Heap/tree/main --output docs/main
personal_access_token: ${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}