Skip to content

Commit

Permalink
fix(mark2confluence): fix HEADER_TEMPLATE (#14)
Browse files Browse the repository at this point in the history
* chore(mark): bump version

* fix(mark2confluence): fix injected HEADER_TEMPLATE
  • Loading branch information
lorepanichi authored Oct 3, 2023
1 parent a5222c0 commit 384ea4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM python:3-slim AS builder
ENV MARK="9.7.0"
ENV MARK="9.9.0"

ADD . /app
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion mark2confluence/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"FILES": "",
"ACTION": ACTION_DRY_RUN,
"LOGURU_LEVEL": "INFO",
"HEADER_TEMPLATE": "---\n\n**WARNING**: This page is automatically generated from [this source code]({{ source_link }})\n\n---\n<!-- Include: ac:toc -->",
"HEADER_TEMPLATE": "---\n\n**WARNING**: This page is automatically generated from [this source code]({{ source_link }})\n\n---\n<!-- Include: ac:toc -->\n\n",
"MODIFIED_INTERVAL": "0",
"CONFLUENCE_PASSWORD": "",
"CONFLUENCE_USERNAME": "",
Expand Down

0 comments on commit 384ea4f

Please sign in to comment.