Release book to S3 (#38)

This will automatically release the book to S3 after merging pull
requests
This commit is contained in:
Hendrik Kleinwaechter
2023-01-12 15:49:47 +01:00
committed by GitHub
parent 7ba8510da1
commit 8617acc687
3 changed files with 21 additions and 22 deletions

View File

@@ -18,4 +18,6 @@ clean:
rm book.log
release:
cp book.pdf TheBreadCode-The-Sourdough-Framework.pdf
rm -rf release
mkdir release
cp book.pdf release/TheBreadCode-The-Sourdough-Framework.pdf