docs: another iteration

This commit is contained in:
Lennart
2025-04-17 22:00:16 +02:00
parent 9f434f06d6
commit f556b5a37f
2 changed files with 4 additions and 1 deletions

View File

@@ -36,7 +36,9 @@ jobs:
path: .cache
- name: Build crate docs
run: cargo doc --no-deps --workspace --target-dir site/crate
run: |
cargo doc --no-deps --workspace
cp -r target/doc/ site/_crate
- name: Upload to GitHub Pages
uses: actions/upload-pages-artifact@v3

1
.gitignore vendored
View File

@@ -11,3 +11,4 @@ principals.toml
.env
site