mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted-data.git
synced 2026-03-11 08:55:24 +00:00
tools: makefile: update hecat command line (build -> export)
This commit is contained in:
parent
df3a3d02b0
commit
b7248a0064
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -26,7 +26,7 @@ process: install
|
|||
build: install
|
||||
rm -rf awesome-selfhosted && git clone https://github.com/awesome-selfhosted/awesome-selfhosted
|
||||
source .venv/bin/activate && \
|
||||
hecat build --source-directory ./ --output-directory awesome-selfhosted --output-file README.md
|
||||
hecat export --source-directory ./ --output-directory awesome-selfhosted --output-file README.md
|
||||
cd awesome-selfhosted && git diff --color=always
|
||||
|
||||
.PHONY: help # generate list of targets with descriptions
|
||||
|
|
|
|||
Loading…
Reference in a new issue