Skip to content

Commit

Permalink
Add target for generating gifs
Browse files Browse the repository at this point in the history
  • Loading branch information
pnezis committed Jul 9, 2024
1 parent 10e3de4 commit 4e10d36
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ coverage: ## Generates coverage report

##@ Documentation

.PHONY: gifs
gifs: ## Capture gifs for READMEs
./assets/generate-captures.sh

.PHONY: docs
docs: ## Generates docs for the complete workspace
mix workspace.run -t docs
Expand Down

0 comments on commit 4e10d36

Please sign in to comment.