Initial commmit
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2024-03-11 08:44:38 -04:00
parent cb9c799866
commit 46d278636b
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
5 changed files with 18 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
book

7
.woodpecker.yml Normal file
View 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
View 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
View file

@ -0,0 +1,3 @@
# Summary
- [Chapter 1](./chapter_1.md)

1
src/chapter_1.md Normal file
View file

@ -0,0 +1 @@
# Chapter 1