Skip to content

Commit 0483e67

Browse files
committed
fixup! jekyll: don't use tmpdir for links
1 parent a88cd90 commit 0483e67

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ build:
2323
@# files aren't created before changed input files are marked
2424
@# for schema validation.
2525
@sleep 0.1
26-
27-
mkdir -p tmp
28-
cp links-separate.adoc tmp/links.adoc
2926
bundle exec jekyll build $(JEKYLL_FLAGS)
3027

3128
test-before-build: $(compatibility_validation) $(topic_validation)
@@ -52,8 +49,6 @@ test-after-build: build
5249
bundle exec htmlproofer --disable-external --ignore-urls '/^\/bin/.*/' ./_site
5350

5451
build-other-versions:
55-
mkdir -p tmp
56-
cp links-onepage.adoc tmp/links.adoc
5752
mkdir -p bin
5853
asciidoctor -o book.html index.adoc
5954
## Delete non-deterministic asciidoctor output

0 commit comments

Comments
 (0)