This commit is contained in:
parent
cb9c799866
commit
46d278636b
5 changed files with 18 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
book
|
7
.woodpecker.yml
Normal file
7
.woodpecker.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
steps:
|
||||||
|
- name: deploy
|
||||||
|
image: allfunc/mdbook
|
||||||
|
commands:
|
||||||
|
- mdbook build -d /var/woodpecker
|
||||||
|
volumes:
|
||||||
|
- /var/woodpecker:/var/woodpecker
|
6
book.toml
Normal file
6
book.toml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
[book]
|
||||||
|
authors = ["Isaac Mills", "Rowan Luti"]
|
||||||
|
language = "en"
|
||||||
|
multilingual = false
|
||||||
|
src = "src"
|
||||||
|
title = "Politburo"
|
3
src/SUMMARY.md
Normal file
3
src/SUMMARY.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
# Summary
|
||||||
|
|
||||||
|
- [Chapter 1](./chapter_1.md)
|
1
src/chapter_1.md
Normal file
1
src/chapter_1.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
# Chapter 1
|
Loading…
Reference in a new issue