Skip to content

make Dokka source links automatically point to version tag #78

make Dokka source links automatically point to version tag

make Dokka source links automatically point to version tag #78

Workflow file for this run

name: Build main
on:
workflow_dispatch:
push:
branches:
- main
jobs:
checks:
uses: ./.github/workflows/run-checks.yml
publish:
needs: [ checks ]
uses: ./.github/workflows/publish-snapshot.yml
secrets: inherit