Skip to content

Commit

Permalink
Find docs in new location in Zui monorepo (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Jul 29, 2023
1 parent 949ef13 commit e113a06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ fetch:
@rm -rf docs tmp
@mkdir tmp
@git clone --depth=1 -b $(REF) --single-branch https://github.com/brimdata/zui tmp
@mv tmp/docs docs
@mv tmp/apps/zui/docs docs
@rm -rf tmp

.PHONY: build
Expand All @@ -22,5 +22,5 @@ version: fetch
.PHONY: dev
dev:
@rm -rf docs
@ln -s ../zui/docs
@ln -s ../zui/apps/zui/docs
@yarn start

4 comments on commit e113a06

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.