Skip to content

Commit

Permalink
style: use consistent three empty lines in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
zynaa committed Feb 11, 2024
1 parent f423145 commit 446b45a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ linkcheck-docs: ## check broken links
sphinx-build -W --keep-going --color -b linkcheck docs/ docs/_build/



hook/%: VARIANT?=default
hook/%: ## run post-build hooks for an image
python3 -m tagging.write_tags_file --short-image-name "$(notdir $@)" --tags-dir /tmp/jupyter/tags/ --registry "$(REGISTRY)" --owner "$(OWNER)" --variant "$(VARIANT)" && \
Expand Down

0 comments on commit 446b45a

Please sign in to comment.