diff --git a/Makefile b/Makefile index 9c0f9719e..5fb531c7c 100644 --- a/Makefile +++ b/Makefile @@ -627,11 +627,11 @@ deploy-docs: venv # The demo script requires to install asciinema with: brew install asciinema to run on mac os envs. # Please ensure that all demos are named with the demo name and the suffix -demo-script.sh -.PHONY: update-demos #EXHELP Update and upload the demos. +.PHONY: update-demos #EXHELP Validate demo recordings. update-demos: @for script in hack/demo/*-demo-script.sh; do \ nm=$$(basename $$script -script.sh); \ - ./hack/demo/generate-asciidemo.sh -u -n $$nm $$(basename $$script); \ + ./hack/demo/generate-asciidemo.sh -n $$nm $$(basename $$script); \ done include Makefile.venv