This repository has been archived on 2025-11-22. You can view files and clone it, but cannot push or open issues or pull requests.
Files
mkdocs-with-confluence/Makefile
2023-02-28 10:42:32 +00:00

17 lines
378 B
Makefile

build:
poetry build
venv:
python3 -m venv /tmp/venv
run_example:
@docker build -t mkdocs-example -f ./example/Dockerfile --build-arg MKDOCS_TO_CONFLUENCE_PASSWORD=$(shell sops --decrypt ./example/secret.yaml | yq '.JIRA_PASSWORD' ) .
@docker run -p 8000:8000 mkdocs-example
lint:
@docker run --rm -v ${PWD}:/data cytopia/pylint ./mkdocs_with_confluence/plugin.py