diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index b88dc5170..64bb4bef1 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -57,9 +57,6 @@ jobs: - name: Install just run: cargo install just - - name: Init - run: cd book && just init - - name: Build run: cd book && just build