We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a88cd90 commit 0483e67Copy full SHA for 0483e67
Makefile
@@ -23,9 +23,6 @@ build:
23
@# files aren't created before changed input files are marked
24
@# for schema validation.
25
@sleep 0.1
26
-
27
- mkdir -p tmp
28
- cp links-separate.adoc tmp/links.adoc
29
bundle exec jekyll build $(JEKYLL_FLAGS)
30
31
test-before-build: $(compatibility_validation) $(topic_validation)
@@ -52,8 +49,6 @@ test-after-build: build
52
49
bundle exec htmlproofer --disable-external --ignore-urls '/^\/bin/.*/' ./_site
53
50
54
51
build-other-versions:
55
56
- cp links-onepage.adoc tmp/links.adoc
57
mkdir -p bin
58
asciidoctor -o book.html index.adoc
59
## Delete non-deterministic asciidoctor output
0 commit comments