Fix docs build #39
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Documentation CI | ||
on: | ||
push: | ||
branches: [ "main" ] | ||
permissions: | ||
id-token: write | ||
pages: write | ||
jobs: | ||
docs: | ||
uses: kordlib/.teamcity/.github/workflows/wiki.yml@main | ||
Check failure on line 12 in .github/workflows/docs.yml GitHub Actions / .github/workflows/docs.ymlInvalid workflow file
|
||
with: | ||
build-dokka: true | ||
path: docs/c | ||
product: C | ||
algolia-index: codegen_kt_wiki | ||
version: main-SNAPSHOT | ||
algolia-token: ${{ secrets.ALGOLIA_KEY }} |