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 dc9a381 commit 6e97419Copy full SHA for 6e97419
Makefile
@@ -10,6 +10,8 @@ production: clean all production-test
10
## https://github.com/bitcoinops/bitcoinops.github.io/pull/494#discussion_r546376335
11
export GIT_PAGER='_contrib/kill0'
12
JEKYLL_FLAGS = --future --drafts --unpublished --incremental
13
+## Needed for github actions to work properly
14
+SHELL=/bin/bash
15
16
clean:
17
bundle exec jekyll clean
@@ -61,5 +63,5 @@ pdf:
61
63
mv onboarding-to-bitcoin-core.pdf bin/
62
64
65
epub:
- asciidoctor -b epub3 -r asciidoctor-epub3 -r asciidoctor-diagram -o index.epub index_epub.adoc
66
+ bundle exec asciidoctor -b epub3 -r asciidoctor-epub3 -r asciidoctor-diagram -o index.epub index_epub.adoc
67
mv index.epub bin/onboarding-to-bitcoin-core.epub
0 commit comments