-
-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
10 changed files
with
0 additions
and
961 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,6 @@ on: | |
- zbus-* | ||
paths: | ||
- book/**/* | ||
- book-1.0/**/* | ||
- .github/workflows/deploy.yml | ||
|
||
jobs: | ||
|
@@ -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: | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.