Skip to content

Commit

Permalink
Update web-toitdocs to v0.2.5 (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperl authored Sep 18, 2022
1 parent 0b0bd50 commit 517a8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ TEST_FLAGS ?=
test: $(GO_MOCKS)
tedi test -v -cover $(TEST_FLAGS) $(foreach dir,$(filter-out third_party/, $(sort $(dir $(wildcard */)))),./$(dir)...)

WEB_TOITDOCS_VERSION ?= v0.2.4
WEB_TOITDOCS_VERSION ?= v0.2.5
$(BUILD_DIR)/web_toitdocs/$(WEB_TOITDOCS_VERSION):
mkdir -p $(BUILD_DIR)/web_toitdocs/$(WEB_TOITDOCS_VERSION)
gsutil cp gs://toit-web/toitdocs.toit.io/$(WEB_TOITDOCS_VERSION).tar.gz $(BUILD_DIR)/web_toitdocs/$(WEB_TOITDOCS_VERSION)
Expand Down

0 comments on commit 517a8f7

Please sign in to comment.