Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- main
paths-ignore:
- "docs/**"
- ".github/**"
workflow_dispatch:
inputs:
production_release:
Expand Down
9 changes: 4 additions & 5 deletions .github/workflows/check-python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ jobs:
- name: Check docstrings are up to date
run: poetry run poe docstrings-check

# TODO: Restore before prod release of v3
# - name: Check docs are up to date
# run: |
# poetry run poe docs-md-only
# git diff --exit-code ':!docs/markdown/autoapi/index.md' ':!docs/markdown/autoapi/algokit_utils/applications/app_factory/index.md' docs
- name: Check docs are up to date
run: |
poetry run poe docs-md-only
git diff --exit-code ':!docs/markdown/autoapi/index.md' ':!docs/markdown/autoapi/algokit_utils/applications/app_factory/index.md' docs
4 changes: 2 additions & 2 deletions docs/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 8b79d003fcc06bc866328aa37206c6ac
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
config: a0ddb94c9519cbe4048eaa2307361694
tags: 645f666f9bcd5a90fca523b33c5a78b7
Loading
Loading