Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
vabarbosa committed Apr 12, 2023
1 parent 8408541 commit 79abe38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -39,7 +39,7 @@ serve:

build:
jupyter-book build ./ --overwrite
python3 scripts/create_redirections.py $(BUILD_DIR)
python3 scripts/create_redirections.py --overwrite $(BUILD_DIR)
python3 scripts/postprocess_html.py $(BUILD_DIR)

for l in $(LOCALES); \
Expand Down

0 comments on commit 79abe38

Please sign in to comment.