mirror of
https://github.com/lennart-k/rustical.git
synced 2025-12-13 13:32:16 +00:00
docs: another iteration
This commit is contained in:
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
@@ -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
1
.gitignore
vendored
@@ -11,3 +11,4 @@ principals.toml
|
||||
|
||||
.env
|
||||
|
||||
site
|
||||
|
||||
Reference in New Issue
Block a user