mirror of https://github.com/istio/istio.io.git
Clean manifests directory (#7675)
This commit is contained in:
parent
67f332540d
commit
29256df633
|
|
@ -93,7 +93,7 @@ opt:
|
||||||
@scripts/opt_site.sh
|
@scripts/opt_site.sh
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@rm -fr resources .htmlproofer tmp generated public out samples install go tests/integration/
|
@rm -fr resources .htmlproofer tmp generated public out samples install go tests/integration/ manifests
|
||||||
|
|
||||||
lint: clean_public build_nominify lint-copyright-banner lint-python lint-yaml lint-dockerfiles lint-scripts lint-sass lint-typescript lint-go
|
lint: clean_public build_nominify lint-copyright-banner lint-python lint-yaml lint-dockerfiles lint-scripts lint-sass lint-typescript lint-go
|
||||||
@scripts/lint_site.sh
|
@scripts/lint_site.sh
|
||||||
|
|
@ -106,7 +106,7 @@ lint-fast: clean_public build_nominify lint-copyright-banner lint-python lint-ya
|
||||||
|
|
||||||
serve: site
|
serve: site
|
||||||
@hugo serve --baseURL "http://${ISTIO_SERVE_DOMAIN}:1313/latest/" --bind 0.0.0.0 --disableFastRender
|
@hugo serve --baseURL "http://${ISTIO_SERVE_DOMAIN}:1313/latest/" --bind 0.0.0.0 --disableFastRender
|
||||||
|
|
||||||
archive-version:
|
archive-version:
|
||||||
@scripts/archive_version.sh
|
@scripts/archive_version.sh
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue