mirror of
https://github.com/daylinmorgan/logo.git
synced 2024-12-21 22:10:45 -06:00
fix(ci): make directory before make index
This commit is contained in:
parent
cc1991c5d4
commit
de985f2a06
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -11,8 +11,8 @@ all:
|
||||||
@mkdir -p docs/svg
|
@mkdir -p docs/svg
|
||||||
@$(MAKE) svgs
|
@$(MAKE) svgs
|
||||||
@echo "==> Generating PNGs <=="
|
@echo "==> Generating PNGs <=="
|
||||||
@cat docs/index.html | sed 's/svg/png/g' | sed 's/\.\/png/\./g' > docs/png/index.html
|
|
||||||
@mkdir -p docs/png
|
@mkdir -p docs/png
|
||||||
|
@cat docs/index.html | sed 's/svg/png/g' | sed 's/\.\/png/\./g' > docs/png/index.html
|
||||||
@$(MAKE) pngs
|
@$(MAKE) pngs
|
||||||
|
|
||||||
.PHONY: pngs
|
.PHONY: pngs
|
||||||
|
|
Loading…
Reference in a new issue