Fix doc deployment (#67)

This commit is contained in:
Max Ammann 2022-05-01 22:33:14 +02:00 committed by GitHub
parent a10ab2f888
commit e807913b63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ jobs:
- uses: ./.github/actions/docs
- uses: ./.github/actions/deploy
with:
source: target/x86_64-unknown-linux-gnu/doc/.
source: target/doc/.
destination: api-docs
key: ${{ secrets.SSH_KEY_MAXAMMANN_ORG }}
- uses: ./.github/actions/deploy