mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Add key to step
This commit is contained in:
parent
361283225a
commit
8b1766c843
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
@ -48,6 +48,8 @@ jobs:
|
||||
- name: API Documentation
|
||||
run: cargo doc --no-deps --workspace --lib --all-features --document-private-items
|
||||
- name: Deploy API Documentation
|
||||
env:
|
||||
SSH_KEY: ${{ secrets.SSH_KEY_MAXAMMANN_ORG }}
|
||||
run: |
|
||||
echo "$SSH_KEY" > id_rsa
|
||||
chmod 600 id_rsa
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user