Skip to content

Commit

Permalink
Add k6-studio to Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Baldry <[email protected]>
  • Loading branch information
jdbaldry committed Oct 23, 2024
1 parent f4977a2 commit 052bcdb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/variables.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@
# The source of the content is the `/docs/sources` directory, which is the script default if not explicitly set.
# The `docs/sources` directory is found within the current repository checkout determined by the name of the directory of the git root.
# This overrides the default behavior of assuming the repository directory is the same as the project name.
PROJECTS := k6:UNVERSIONED:$(notdir $(basename $(shell git rev-parse --show-toplevel)))
export WEBSITE_MOUNTS := true
PROJECTS := k6:UNVERSIONED:$(notdir $(basename $(shell git rev-parse --show-toplevel))):docs/sources/k6 k6-studio:UNVERSIONED:$(notdir $(basename $(shell git rev-parse --show-toplevel))):docs/sources/k6-studio

0 comments on commit 052bcdb

Please sign in to comment.