diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index ad6fa7ad..a77cf676 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -73,7 +73,7 @@ jobs: if: github.event_name != 'pull_request' && github.ref_name == 'main' uses: actions/checkout@v3 with: - repository: stoatchat/api + repository: stoatchat/javascript-client-api path: api token: ${{ secrets.PAT }} diff --git a/doc/book.toml b/doc/book.toml index 5ef489b5..830614c7 100644 --- a/doc/book.toml +++ b/doc/book.toml @@ -1,6 +1,5 @@ [book] authors = [] language = "en" -multilingual = false src = "src" title = "Revolt Backend"