Skip to content

Commit

Permalink
Merge pull request #567 from zeenix/drop-book-1.0
Browse files Browse the repository at this point in the history
📝 Remove 1.0 version of the book
  • Loading branch information
zeenix authored Feb 4, 2024
2 parents 5741f17 + 0c4dcf2 commit 09b6950
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 09b6950

Please sign in to comment.