Skip to content

Commit

Permalink
đź“ť Remove 1.0 version of the book
Browse files Browse the repository at this point in the history
We're already now at 4.0 so I don't see any reason to keep the old book
around. The point of the book is to learn about zbus as a beginner and
we really don't want people to learn 1.0 API.
  • Loading branch information
zeenix committed Feb 4, 2024
1 parent 0b48988 commit 0c4dcf2
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 961 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- zbus-*
paths:
- book/**/*
- book-1.0/**/*
- .github/workflows/deploy.yml

jobs:
Expand All @@ -29,10 +28,8 @@ jobs:
- name: Build Books
run: |
mdbook build book
mdbook build book-1.0
mkdir -p public/1.0
cp -r ./book/book/* ./public
cp -r ./book-1.0/book/* ./public/1.0/
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
Expand Down
1 change: 0 additions & 1 deletion book-1.0/.gitignore

This file was deleted.

12 changes: 0 additions & 12 deletions book-1.0/book.toml

This file was deleted.

11 changes: 0 additions & 11 deletions book-1.0/src/SUMMARY.md

This file was deleted.

Loading

0 comments on commit 0c4dcf2

Please sign in to comment.