From: Michael Wallner Date: Mon, 31 Jan 2022 08:15:31 +0000 (+0100) Subject: docs: un-break gh-pages build X-Git-Tag: v0.1.0~1 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=d9bd7572ee29180662441bf4b0131f352de0b242;p=awesomized%2Fext-ion docs: un-break gh-pages build --- diff --git a/docs/Makefile b/docs/Makefile index 63ce856..b135b25 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -16,7 +16,9 @@ latest: $(TAG) $(TAG): markdown | vendor/bin/ref2html mkdir -p $@ + ln -s . ext-ion $(PHP) $| ext-ion/$@ src + unlink ext-ion touch $@ .PHONY: markdown diff --git a/docs/ext-ion b/docs/ext-ion deleted file mode 120000 index 945c9b4..0000000 --- a/docs/ext-ion +++ /dev/null @@ -1 +0,0 @@ -. \ No newline at end of file