Trigger CI #40
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 | ||
with: | ||
build-dokka: true | ||
path: docs/c | ||
product: C | ||
algolia-index: codegen_kt_wiki | ||
version: main-SNAPSHOT | ||
algolia-token: ${{ secrets.ALGOLIA_KEY }} | ||
Check failure on line 19 in .github/workflows/docs.yml GitHub Actions / Documentation CIInvalid workflow file
Check failure on line 19 in .github/workflows/docs.yml GitHub Actions / Documentation CIInvalid workflow file
|