Skip to content

Commit

Permalink
Added podcast and upgraded CIs
Browse files Browse the repository at this point in the history
  • Loading branch information
flavienbwk committed Oct 2, 2024
1 parent ecaf801 commit c5ec656
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deadlinks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 404 Links
uses: atalent-labs/[email protected]
2 changes: 1 addition & 1 deletion .github/workflows/markdownchecks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Lint all MD files
uses: docker://avtodev/markdown-lint:v1 # fastest way
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: echo "BRANCH_NAME=$(echo ${GITHUB_HEAD_REF})" >> $GITHUB_ENV

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get version
run: |
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install poppler-utils
run: |
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
version_changed: ${{ steps.check.outputs.version_changed }}
steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: ${{ github.sha }}
fetch-depth: 2
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Get version
run: |
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Get version
run: |
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ PREFACE.md
git-story_media/

fra/images/cover_a5_source_preface*

studies/devops-sre-2024
20 changes: 12 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
<a href="https://github.com/flavienbwk/book-devops/actions/workflows/markdownchecks.yml">
<img src="https://github.com/flavienbwk/book-devops/actions/workflows/markdownchecks.yml/badge.svg?branch=main" alt="Markdownlint" />
</a>
<a href="Scaling-Institutions-with-DevOps_NotebookLM_Deep-Dive.wav">
<img src="https://img.shields.io/badge/Listen%20podcast-18%20min-6FA1D6" alt="Podcast" />
</a>
</p>

<h4 align="center">:us:</h4>
Expand Down Expand Up @@ -41,14 +44,15 @@ As a DevOps advocate, I had to make this book GitOps-compliant, this is why it i

Here are the different ways to access this writing :

| Type | French | English |
| ---------------- | --------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Web version | [Lire maintenant](https://book-devops.berwick.fr/fra/index.html) | [Read now](https://book-devops.berwick.fr/eng/index.html) |
| Markdown version | [Lire maintenant](./fra/README.md) | [Read now](./eng/README.md) |
| Ebook version | [Amazon](https://www.amazon.fr/dp/B0CKHV5QB7) / [Google Books](https://play.google.com/store/books/details?id=3u_bEAAAQBAJ) | [Amazon](https://www.amazon.com/dp/B0CT8RY844) / [Google Books](https://play.google.com/store/books/details/Flavien_BERWICK_Scaling_Institutions_with_DevOps?id=bxvwEAAAQBAJ) |
| Paperback book | [Amazon](https://www.amazon.fr/dp/B0CKJ6SLV3) | [Amazon](https://www.amazon.com/dp/B0CT6ZF5GZ) |
| Hardcover book | [Amazon](https://www.amazon.fr/dp/B0CKJ651K9) | N/A |
| Audiobook | N/A | [_Soon_](./eng/AUDIOBOOK.md) |
| Type | French | English |
| -------------------- | --------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Web version | [Lire maintenant](https://book-devops.berwick.fr/fra/index.html) | [Read now](https://book-devops.berwick.fr/eng/index.html) |
| Markdown version | [Lire maintenant](./fra/README.md) | [Read now](./eng/README.md) |
| Ebook version | [Amazon](https://www.amazon.fr/dp/B0CKHV5QB7) / [Google Books](https://play.google.com/store/books/details?id=3u_bEAAAQBAJ) | [Amazon](https://www.amazon.com/dp/B0CT8RY844) / [Google Books](https://play.google.com/store/books/details/Flavien_BERWICK_Scaling_Institutions_with_DevOps?id=bxvwEAAAQBAJ) |
| Paperback book | [Amazon](https://www.amazon.fr/dp/B0CKJ6SLV3) | [Amazon](https://www.amazon.com/dp/B0CT6ZF5GZ) |
| Hardcover book | [Amazon](https://www.amazon.fr/dp/B0CKJ651K9) | N/A |
| Audiobook | N/A | [_Soon_](./eng/AUDIOBOOK.md) |
| Summarized audiobook | N/A | [Listen now](./Scaling-Institutions-with-DevOps_NotebookLM_Deep-Dive.wav) (18 min) |

> The original book was written in French. The English version was reworked to include america-related examples and use cases.
Expand Down
Binary file not shown.

0 comments on commit c5ec656

Please sign in to comment.