Skip to content

Commit

Permalink
Fix Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bitPogo committed Feb 22, 2024
1 parent bd58e46 commit 745c4b9
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
cancel-in-progress: true

publish:
needs: [ coverage, check ]
needs: docs
uses: bitpogo/workflows/.github/workflows/shared-publish-snapshot.yml@main
secrets:
upload-username: ${{ secrets.PACKAGE_REGISTRY_UPLOAD_USERNAME }}
Expand Down
5 changes: 5 additions & 0 deletions docs/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,17 @@
*
* Use of this source code is governed by Apache v2.0
*/
import ru.vyarus.gradle.plugin.python.PythonExtension
import tech.antibytes.gradle.kfixture.config.publishing.FixturePublishingConfiguration

plugins {
alias(antibytesCatalog.plugins.gradle.antibytes.mkDocs)
}

python {
scope = PythonExtension.Scope.USER
}

antibytesDocumentation {
versioning.set(FixturePublishingConfiguration(project).versioning)
}
4 changes: 2 additions & 2 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ markdown_extensions:
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.keys
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pluginManagement {
}

plugins {
id("tech.antibytes.gradle.dependency.settings") version "a9d047f"
id("tech.antibytes.gradle.dependency.settings") version "7dc619f"
}

includeBuild("setup")
Expand Down
2 changes: 1 addition & 1 deletion setup/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pluginManagement {
}

plugins {
id("tech.antibytes.gradle.dependency.settings") version "a9d047f"
id("tech.antibytes.gradle.dependency.settings") version "7dc619f"
}

rootProject.name = "fixture-setup"

0 comments on commit 745c4b9

Please sign in to comment.