diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 4992a64..271b0e3 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -33,6 +33,15 @@ jobs: npm run wasm-release npm run build --if-present + - name: Install cargo + run: rustup toolchain install stable + + - name: Build docs + run: | + cd graph + cargo doc --no-deps + mv target/doc ../web/dist/ + - name: Publish uses: peaceiris/actions-gh-pages@v3 with: