Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
boromir674 committed Mar 10, 2024
1 parent 5faddef commit 4a4b9cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
4 changes: 1 addition & 3 deletions docs/cicd.md
Expand Up @@ -11,6 +11,4 @@ Flow Chart, of Jobs Dependencies in the Pipeline.

**config: ./.github/workflows/test.yaml**



{% include 'dockerfile_mermaid.md' %}
{% include 'cicd_mermaid.md' %}
2 changes: 1 addition & 1 deletion docs/dockerfile_mermaid.md
Expand Up @@ -6,5 +6,5 @@
graph TB;
python:3.9.16-slim-bullseye --> builder
python:3.9.16-slim-bullseye --> install
builder -. "COPY" .-> install
builder -. "requirements.txt" .-> install
```
2 changes: 1 addition & 1 deletion scripts/gen_api_refs_pages.py
@@ -1,4 +1,5 @@
"""Generate the code reference pages."""

import typing as t
from pathlib import Path

Expand Down Expand Up @@ -88,7 +89,6 @@
# mkdocs_gen_files.set_edit_path(full_doc_path, path)



# At the end, create a magic, literate navigation file called SUMMARY.md in the
# reference folder.
with mkdocs_gen_files.open("reference/SUMMARY.md", "w") as nav_file:
Expand Down
1 change: 1 addition & 0 deletions src/biskotakigold/__main__.py
Expand Up @@ -8,6 +8,7 @@
This is an alternative to directly invoking the cli that uses python as the
"entrypoint".
"""

from __future__ import absolute_import

from biskotakigold.cli import main
Expand Down

0 comments on commit 4a4b9cf

Please sign in to comment.