Skip to content

Commit fc9bc20

Browse files
committed
Kick preview deploy after failing 'make storybook'
1 parent 579d754 commit fc9bc20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ distclean: ## Clean docs build directory and Python virtual environment
3333
cd $(DOCS_DIR) && rm -rf $(BUILDDIR)/
3434
rm -rf ./bin/ ./lib/ ./lib64 ./include ./pyvenv.cfg
3535

36+
3637
bin/python:
3738
python3 -m venv . || virtualenv --clear --python=python3 .
3839
bin/python -m pip install --upgrade pip
@@ -59,6 +60,7 @@ docs/plone.api:
5960
.PHONY: deps
6061
deps: bin/python docs/volto docs/plone.restapi docs/plone.api ## Create Python virtual environment, install requirements, initialize or update the volto and plone.restapi submodules, and finally create symlinks to the documentation source.
6162

63+
6264
.PHONY: html
6365
html: deps ## Build html
6466
cd $(DOCS_DIR) && $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html

0 commit comments

Comments
 (0)